How do I use VirtualMethodInterceptor without using the Unity container?

后端 未结 0 2013
予麋鹿
予麋鹿 2021-01-15 06:17

I have two classes

public interface IPerson
{
    string Name { get; set; }
    string Address { get; set; }
    int? Age { get; set; }
}

public class Person         


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