Пример #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));
 }