예제 #1
0
 public System.Threading.Tasks.Task <Biograf_Booking_Server.Model.Customer> InsertCustomerAsync(Biograf_Booking_Server.Model.Customer c)
 {
     return(base.Channel.InsertCustomerAsync(c));
 }
예제 #2
0
 public Biograf_Booking_Server.Model.Customer InsertCustomer(Biograf_Booking_Server.Model.Customer c)
 {
     return(base.Channel.InsertCustomer(c));
 }