Пример #1
0
 public void MarkCustomerAsDeleted(int custId)
 {
     customerDao.MarkCustomerAsDeleted(custId);
 }