예제 #1
0
 public TestServiceProxy(TestService realService, AopAttribute interceptor)
 {
     this.realService = realService;
     this.interceptor = interceptor;
 }
예제 #2
0
 public ValuesControllerProxy(AopAttribute interceptor)
 {
     this.interceptor = interceptor;
 }