Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <MyLibraryService.GetAllAvailableBooksResponse> GetAllAvailableBooksAsync(string token)
 {
     MyLibraryService.GetAllAvailableBooksRequest inValue = new MyLibraryService.GetAllAvailableBooksRequest();
     inValue.Body       = new MyLibraryService.GetAllAvailableBooksRequestBody();
     inValue.Body.token = token;
     return(((MyLibraryService.LibraryServiceSoap)(this)).GetAllAvailableBooksAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <MyLibraryService.GetAllAvailableBooksResponse> MyLibraryService.LibraryServiceSoap.GetAllAvailableBooksAsync(MyLibraryService.GetAllAvailableBooksRequest request)
 {
     return(base.Channel.GetAllAvailableBooksAsync(request));
 }