Exemplo n.º 1
0
 public int DeleteSuppliersById(int id)
 {
     return(_supplierDAL.DeleteSuppliersById(id));
 }