Ejemplo n.º 1
0
 /// <summary>Anies the given request.</summary>
 ///
 /// <param name="request">The request.</param>
 ///
 /// <returns>An object.</returns>
 public object Any(ServiceCreation request)
 {
     this.RequestCounter++;
     return new ServiceCreationResponse()
     {
         RequestCount = this.RequestCounter
     };
 }
 /// <summary>Anies the given request.</summary>
 ///
 /// <param name="request">The request.</param>
 ///
 /// <returns>An object.</returns>
 public object Any(ServiceCreation request)
 {
     this.RequestCounter++;
     return(new ServiceCreationResponse()
     {
         RequestCount = this.RequestCounter
     });
 }