Пример #1
0
 public void RemoveCustomer(int CustomerID)
 {
     _customerDAL.DeleteCustomer(CustomerID);
 }