Пример #1
0
 public void DeleteAssignedCustomer(int id, int modifiedBy)
 {
     CommonDAL.DeleteAssignedCustomer(id, modifiedBy);
 }