예제 #1
0
 public System.Threading.Tasks.Task <BookStoreUI.AuthorService.BookDTO[]> GetAuthorBooksAsync(BookStoreUI.AuthorService.Author author)
 {
     return(base.Channel.GetAuthorBooksAsync(author));
 }
예제 #2
0
 public BookStoreUI.AuthorService.BookDTO[] GetAuthorBooks(BookStoreUI.AuthorService.Author author)
 {
     return(base.Channel.GetAuthorBooks(author));
 }