Exemple #1
0
 public CustomerRepsonse PostCustomer(CustomerTest ct)
 {
     return(CustomerCRUD.InsertCustomerTest(ct));
 }