コード例 #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));
 }
コード例 #2
0
 public createBookRequest(ServiceReference1.createBookReq arg0)
 {
     this.arg0 = arg0;
 }