Exemple #1
0
 public long CountVwOrdendeventadetcpventaimp()
 {
     return(VwOrdendeventadetcpventaimpDao.Count());
 }
Exemple #2
0
 public VwOrdendeventadetcpventaimp GetVwOrdendeventadetcpventaimp(int id)
 {
     return(VwOrdendeventadetcpventaimpDao.Get(id));
 }
Exemple #3
0
 public VwOrdendeventadetcpventaimp GetVwOrdendeventadetcpventaimp(Expression <Func <VwOrdendeventadetcpventaimp, bool> > criteria)
 {
     return(VwOrdendeventadetcpventaimpDao.Get(criteria));
 }
Exemple #4
0
 public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp(string conditions, string orders)
 {
     return(VwOrdendeventadetcpventaimpDao.GetAll(conditions, orders));
 }
Exemple #5
0
 public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp(string orders)
 {
     return(VwOrdendeventadetcpventaimpDao.GetAll(orders));
 }
Exemple #6
0
 public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp(Expression <Func <VwOrdendeventadetcpventaimp, bool> > criteria)
 {
     return(VwOrdendeventadetcpventaimpDao.GetAll(criteria));
 }
Exemple #7
0
 public List <VwOrdendeventadetcpventaimp> GetAllVwOrdendeventadetcpventaimp()
 {
     return(VwOrdendeventadetcpventaimpDao.GetAll());
 }
Exemple #8
0
 public long CountVwOrdendeventadetcpventaimp(Expression <Func <VwOrdendeventadetcpventaimp, bool> > criteria)
 {
     return(VwOrdendeventadetcpventaimpDao.Count(criteria));
 }