示例#1
0
 public System.Threading.Tasks.Task <Biograf_Booking_Web.WebService.Customer> InsertCustomerAsync(Biograf_Booking_Web.WebService.Customer c)
 {
     return(base.Channel.InsertCustomerAsync(c));
 }
示例#2
0
 public Biograf_Booking_Web.WebService.Customer InsertCustomer(Biograf_Booking_Web.WebService.Customer c)
 {
     return(base.Channel.InsertCustomer(c));
 }