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