public DataTable GetAll()
 {
     return(db.Get("sp_Supplier_Select", name, value, 0));
 }
Exemplo n.º 2
0
 public DataTable GetAll()
 {
     return(db.Get("sp_Employee_Select", name, value, 0));
 }
Exemplo n.º 3
0
 public DataTable GetAll()
 {
     return(db.Get("sp_Commodity_Select", name, value, 0));
 }