Exemple #1
0
 internal bool Edit(Supplier supplier)
 {
     status = _supplierDal.Edit(supplier);
     return(status);
 }