Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference1.createBookResponse> createBookAsync(ServiceReference1.createBookReq arg0)
 {
     ServiceReference1.createBookRequest inValue = new ServiceReference1.createBookRequest();
     inValue.arg0 = arg0;
     return(((ServiceReference1.BookWebService)(this)).createBookAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReference1.createBookResponse> ServiceReference1.BookWebService.createBookAsync(ServiceReference1.createBookRequest request)
 {
     return(base.Channel.createBookAsync(request));
 }