public System.Threading.Tasks.Task <Client.ServiceClient.Result> AddAsync(Client.ServiceClient.Book book) { return(base.Channel.AddAsync(book)); }
public Client.ServiceClient.Result Add(Client.ServiceClient.Book book) { return(base.Channel.Add(book)); }