Exemple #1
0
 public long CountVwGuiaremisiondetimpcpventadet()
 {
     return(VwGuiaremisiondetimpcpventadetDao.Count());
 }
Exemple #2
0
 public VwGuiaremisiondetimpcpventadet GetVwGuiaremisiondetimpcpventadet(Expression <Func <VwGuiaremisiondetimpcpventadet, bool> > criteria)
 {
     return(VwGuiaremisiondetimpcpventadetDao.Get(criteria));
 }
Exemple #3
0
 public VwGuiaremisiondetimpcpventadet GetVwGuiaremisiondetimpcpventadet(int id)
 {
     return(VwGuiaremisiondetimpcpventadetDao.Get(id));
 }
Exemple #4
0
 public List <VwGuiaremisiondetimpcpventadet> GetAllVwGuiaremisiondetimpcpventadet(string conditions, string orders)
 {
     return(VwGuiaremisiondetimpcpventadetDao.GetAll(conditions, orders));
 }
Exemple #5
0
 public List <VwGuiaremisiondetimpcpventadet> GetAllVwGuiaremisiondetimpcpventadet(Expression <Func <VwGuiaremisiondetimpcpventadet, bool> > criteria)
 {
     return(VwGuiaremisiondetimpcpventadetDao.GetAll(criteria));
 }
Exemple #6
0
 public List <VwGuiaremisiondetimpcpventadet> GetAllVwGuiaremisiondetimpcpventadet()
 {
     return(VwGuiaremisiondetimpcpventadetDao.GetAll());
 }