Ejemplo n.º 1
0
 public Entities.Supplier GetSupplierById(int id)
 {
     _da = new SupplierDataAccess();
     return _da.GetSupplierById(id);
 }