示例#1
0
 public System.Threading.Tasks.Task <bool> AddCustomerAsync(ConsoleApp1.ServiceReference1.CustomerDTO customer)
 {
     return(base.Channel.AddCustomerAsync(customer));
 }
示例#2
0
 public bool AddCustomer(ConsoleApp1.ServiceReference1.CustomerDTO customer)
 {
     return(base.Channel.AddCustomer(customer));
 }