Exemplo n.º 1
0
 public BooksClient.BookManagerService.book[] searchByAuthor(string author)
 {
     BooksClient.BookManagerService.searchByAuthorRequest inValue = new BooksClient.BookManagerService.searchByAuthorRequest();
     inValue.author = author;
     BooksClient.BookManagerService.searchByAuthorResponse retVal = ((BooksClient.BookManagerService.BookManager)(this)).searchByAuthor(inValue);
     return(retVal.book);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <BooksClient.BookManagerService.searchByAuthorResponse> searchByAuthorAsync(string author)
 {
     BooksClient.BookManagerService.searchByAuthorRequest inValue = new BooksClient.BookManagerService.searchByAuthorRequest();
     inValue.author = author;
     return(((BooksClient.BookManagerService.BookManager)(this)).searchByAuthorAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <BooksClient.BookManagerService.searchByAuthorResponse> BooksClient.BookManagerService.BookManager.searchByAuthorAsync(BooksClient.BookManagerService.searchByAuthorRequest request)
 {
     return(base.Channel.searchByAuthorAsync(request));
 }
Exemplo n.º 4
0
 BooksClient.BookManagerService.searchByAuthorResponse BooksClient.BookManagerService.BookManager.searchByAuthor(BooksClient.BookManagerService.searchByAuthorRequest request)
 {
     return(base.Channel.searchByAuthor(request));
 }