Esempio n. 1
0
 public BooksClient.BookManagerService.book searchByISBN(string isbn)
 {
     BooksClient.BookManagerService.searchByISBNRequest inValue = new BooksClient.BookManagerService.searchByISBNRequest();
     inValue.isbn = isbn;
     BooksClient.BookManagerService.searchByISBNResponse retVal = ((BooksClient.BookManagerService.BookManager)(this)).searchByISBN(inValue);
     return(retVal.book);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <BooksClient.BookManagerService.searchByISBNResponse> searchByISBNAsync(string isbn)
 {
     BooksClient.BookManagerService.searchByISBNRequest inValue = new BooksClient.BookManagerService.searchByISBNRequest();
     inValue.isbn = isbn;
     return(((BooksClient.BookManagerService.BookManager)(this)).searchByISBNAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <BooksClient.BookManagerService.searchByISBNResponse> BooksClient.BookManagerService.BookManager.searchByISBNAsync(BooksClient.BookManagerService.searchByISBNRequest request)
 {
     return(base.Channel.searchByISBNAsync(request));
 }
Esempio n. 4
0
 BooksClient.BookManagerService.searchByISBNResponse BooksClient.BookManagerService.BookManager.searchByISBN(BooksClient.BookManagerService.searchByISBNRequest request)
 {
     return(base.Channel.searchByISBN(request));
 }