Exemplo n.º 1
0
 public TestServiceProxy(TestService realService, AopAttribute interceptor)
 {
     this.realService = realService;
     this.interceptor = interceptor;
 }
Exemplo n.º 2
0
 public ValuesControllerProxy(AopAttribute interceptor)
 {
     this.interceptor = interceptor;
 }