コード例 #1
0
 public System.Threading.Tasks.Task <Libretto.Model.Response> InsertCustomerAsync(Libretto.Model.Customer customerInformation)
 {
     return(base.Channel.InsertCustomerAsync(customerInformation));
 }
コード例 #2
0
 public Libretto.Model.Response InsertCustomer(Libretto.Model.Customer customerInformation)
 {
     return(base.Channel.InsertCustomer(customerInformation));
 }