예제 #1
0
 public long CountVwCotizacioncliente()
 {
     return(VwCotizacionclienteDao.Count());
 }
예제 #2
0
 public VwCotizacioncliente GetVwCotizacioncliente(int id)
 {
     return(VwCotizacionclienteDao.Get(id));
 }
예제 #3
0
 public VwCotizacioncliente GetVwCotizacioncliente(Expression <Func <VwCotizacioncliente, bool> > criteria)
 {
     return(VwCotizacionclienteDao.Get(criteria));
 }
예제 #4
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente(string conditions, string orders)
 {
     return(VwCotizacionclienteDao.GetAll(conditions, orders));
 }
예제 #5
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente(string orders)
 {
     return(VwCotizacionclienteDao.GetAll(orders));
 }
예제 #6
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente(Expression <Func <VwCotizacioncliente, bool> > criteria)
 {
     return(VwCotizacionclienteDao.GetAll(criteria));
 }
예제 #7
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente()
 {
     return(VwCotizacionclienteDao.GetAll());
 }
예제 #8
0
 public long CountVwCotizacioncliente(Expression <Func <VwCotizacioncliente, bool> > criteria)
 {
     return(VwCotizacionclienteDao.Count(criteria));
 }