How to reference a static class from an object in C#?

前端 未结 0 1466
死守一世寂寞
死守一世寂寞 2021-01-23 09:51

I have a ViewModel that I pass from my server to my client:

public class SomeViewModel
{
    public string ViewName {get;set;}
}

I have the follo

相关标签:
回答
  • 消灭零回复
提交回复
热议问题