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