Пример #1
0
 public System.Threading.Tasks.Task <MyLibraryService.RemoveBookResponse> RemoveBookAsync(string token, int bookId)
 {
     MyLibraryService.RemoveBookRequest inValue = new MyLibraryService.RemoveBookRequest();
     inValue.Body        = new MyLibraryService.RemoveBookRequestBody();
     inValue.Body.token  = token;
     inValue.Body.bookId = bookId;
     return(((MyLibraryService.LibraryServiceSoap)(this)).RemoveBookAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <MyLibraryService.RemoveBookResponse> MyLibraryService.LibraryServiceSoap.RemoveBookAsync(MyLibraryService.RemoveBookRequest request)
 {
     return(base.Channel.RemoveBookAsync(request));
 }