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