Exemple #1
0
 public System.Threading.Tasks.Task <MyLibraryService.ReturnBookResponse> ReturnBookAsync(string token, int bookId)
 {
     MyLibraryService.ReturnBookRequest inValue = new MyLibraryService.ReturnBookRequest();
     inValue.Body        = new MyLibraryService.ReturnBookRequestBody();
     inValue.Body.token  = token;
     inValue.Body.bookId = bookId;
     return(((MyLibraryService.LibraryServiceSoap)(this)).ReturnBookAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <MyLibraryService.ReturnBookResponse> MyLibraryService.LibraryServiceSoap.ReturnBookAsync(MyLibraryService.ReturnBookRequest request)
 {
     return(base.Channel.ReturnBookAsync(request));
 }