Beispiel #1
0
 public ServiceConfigurator()
 {
     this.interception = new ServiceInterception(this);
 }
Beispiel #2
0
 public ServiceBuilder()
 {
     interceptor = new ServiceInterception(this);
 }