Exemplo n.º 1
0
 public VwCotizacionclientedetovimp GetVwCotizacionclientedetovimp(Expression <Func <VwCotizacionclientedetovimp, bool> > criteria)
 {
     return(VwCotizacionclientedetovimpDao.Get(criteria));
 }
Exemplo n.º 2
0
 public long CountVwCotizacionclientedetovimp()
 {
     return(VwCotizacionclientedetovimpDao.Count());
 }
Exemplo n.º 3
0
 public VwCotizacionclientedetovimp GetVwCotizacionclientedetovimp(int id)
 {
     return(VwCotizacionclientedetovimpDao.Get(id));
 }
Exemplo n.º 4
0
 public List <VwCotizacionclientedetovimp> GetAllVwCotizacionclientedetovimp(string conditions, string orders)
 {
     return(VwCotizacionclientedetovimpDao.GetAll(conditions, orders));
 }
Exemplo n.º 5
0
 public List <VwCotizacionclientedetovimp> GetAllVwCotizacionclientedetovimp(Expression <Func <VwCotizacionclientedetovimp, bool> > criteria)
 {
     return(VwCotizacionclientedetovimpDao.GetAll(criteria));
 }
Exemplo n.º 6
0
 public List <VwCotizacionclientedetovimp> GetAllVwCotizacionclientedetovimp()
 {
     return(VwCotizacionclientedetovimpDao.GetAll());
 }
Exemplo n.º 7
0
 public long CountVwCotizacionclientedetovimp(Expression <Func <VwCotizacionclientedetovimp, bool> > criteria)
 {
     return(VwCotizacionclientedetovimpDao.Count(criteria));
 }