Esempio n. 1
0
 public TestServiceProxy(ITestService realService, ISyncInterceptor interceptor)
 {
     this.realService = realService;
     this.interceptor = interceptor;
 }