Exemple #1
0
 public List <VwNotacredito> GetAllVwNotacredito(string conditions, string orders)
 {
     return(VwNotacreditoDao.GetAll(conditions, orders));
 }
Exemple #2
0
 public List <VwNotacredito> GetAllVwNotacredito(Expression <Func <VwNotacredito, bool> > criteria)
 {
     return(VwNotacreditoDao.GetAll(criteria));
 }
Exemple #3
0
 public List <VwNotacredito> GetAllVwNotacredito(string orders)
 {
     return(VwNotacreditoDao.GetAll(orders));
 }
Exemple #4
0
 public List <VwNotacredito> GetAllVwNotacredito()
 {
     return(VwNotacreditoDao.GetAll());
 }