Example #1
0
 public void DeleteCustomer(int customerId)
 {
     dataCustomer.DeleteCustomer(customerId);
 }