Ejemplo n.º 1
0
 public object Any(ServiceCreation request)
 {
     this.RequestCounter++;
     return(new ServiceCreationResponse()
     {
         RequestCount = this.RequestCounter
     });
 }
 public object Any(ServiceCreation request)
 {
     this.RequestCounter++;
     return new ServiceCreationResponse()
     {
         RequestCount = this.RequestCounter
     };
 }