Ejemplo n.º 1
0
 public List <Notacreditodet> GetAllNotacreditodet(string conditions, string orders)
 {
     return(NotacreditodetDao.GetAll(conditions, orders));
 }
Ejemplo n.º 2
0
 public List <Notacreditodet> GetAllNotacreditodet(Expression <Func <Notacreditodet, bool> > criteria)
 {
     return(NotacreditodetDao.GetAll(criteria));
 }
Ejemplo n.º 3
0
 public List <Notacreditodet> GetAllNotacreditodet(string orders)
 {
     return(NotacreditodetDao.GetAll(orders));
 }
Ejemplo n.º 4
0
 public List <Notacreditodet> GetAllNotacreditodet()
 {
     return(NotacreditodetDao.GetAll());
 }