Пример #1
0
 public int DeleteSupplierByID(int id)
 {
     return(_supplierDAL.DeleteSupplierByID(id));
 }