Ejemplo n.º 1
0
 public ServiceConfigurator()
 {
     this.interception = new ServiceInterception(this);
 }
Ejemplo n.º 2
0
 public ServiceBuilder()
 {
     interceptor = new ServiceInterception(this);
 }