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