Exemplo n.º 1
0
 public void DeleteSupplier(SupplierInfo SuppInfo)
 {
     suppDao.DeleteSupplierBySupplierID(SuppInfo);
 }