コード例 #1
0
 public string UpdateCustomer(LPG_Distribution_System.CustomerMgntRef.Customer customer)
 {
     return(base.Channel.UpdateCustomer(customer));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <string> UpdateCustomerAsync(LPG_Distribution_System.CustomerMgntRef.Customer customer)
 {
     return(base.Channel.UpdateCustomerAsync(customer));
 }
コード例 #3
0
 public LPG_Distribution_System.CustomerMgntRef.Customer AddCustomer(LPG_Distribution_System.CustomerMgntRef.Customer customer)
 {
     return(base.Channel.AddCustomer(customer));
 }