Esempio n. 1
0
 public CustomerRepsonse DeleteCustomerTestByname(string name)
 {
     return(CustomerCRUD.DeleteCustomerTestByName(name));
 }