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)); }
public createBookRequest(ServiceReference1.createBookReq arg0) { this.arg0 = arg0; }