コード例 #1
0
 public System.Threading.Tasks.Task <Client.ServiceClient.Result> AddAsync(Client.ServiceClient.Book book)
 {
     return(base.Channel.AddAsync(book));
 }
コード例 #2
0
 public Client.ServiceClient.Result Add(Client.ServiceClient.Book book)
 {
     return(base.Channel.Add(book));
 }