Example #1
0
 public System.Threading.Tasks.Task <ClientApp.ServiceReference1.BookType[]> SearchLibraryAsync(ClientApp.ServiceReference1.QueryType Query)
 {
     return(base.Channel.SearchLibraryAsync(Query));
 }
Example #2
0
 public ClientApp.ServiceReference1.BookType[] SearchLibrary(ClientApp.ServiceReference1.QueryType Query)
 {
     return(base.Channel.SearchLibrary(Query));
 }