Пример #1
0
 public System.Threading.Tasks.Task <MyLibraryService.GetAllBooksByNameResponse> GetAllBooksByNameAsync(string token, string name)
 {
     MyLibraryService.GetAllBooksByNameRequest inValue = new MyLibraryService.GetAllBooksByNameRequest();
     inValue.Body       = new MyLibraryService.GetAllBooksByNameRequestBody();
     inValue.Body.token = token;
     inValue.Body.name  = name;
     return(((MyLibraryService.LibraryServiceSoap)(this)).GetAllBooksByNameAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <MyLibraryService.GetAllBooksByNameResponse> MyLibraryService.LibraryServiceSoap.GetAllBooksByNameAsync(MyLibraryService.GetAllBooksByNameRequest request)
 {
     return(base.Channel.GetAllBooksByNameAsync(request));
 }