Пример #1
0
 public VwNotacreditodet GetVwNotacreditodet(int id)
 {
     return(VwNotacreditodetDao.Get(id));
 }
Пример #2
0
 public List <VwNotacreditodet> GetAllVwNotacreditodet(string conditions, string orders)
 {
     return(VwNotacreditodetDao.GetAll(conditions, orders));
 }
Пример #3
0
 public List <VwNotacreditodet> GetAllVwNotacreditodet(string orders)
 {
     return(VwNotacreditodetDao.GetAll(orders));
 }
Пример #4
0
 public List <VwNotacreditodet> GetAllVwNotacreditodet(Expression <Func <VwNotacreditodet, bool> > criteria)
 {
     return(VwNotacreditodetDao.GetAll(criteria));
 }
Пример #5
0
 public List <VwNotacreditodet> GetAllVwNotacreditodet()
 {
     return(VwNotacreditodetDao.GetAll());
 }
Пример #6
0
 public long CountVwNotacreditodet(Expression <Func <VwNotacreditodet, bool> > criteria)
 {
     return(VwNotacreditodetDao.Count(criteria));
 }