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