Exemplo n.º 1
0
 public List <VwSocionegocioproyecto> GetAllVwSocionegocioproyecto(Expression <Func <VwSocionegocioproyecto, bool> > criteria)
 {
     return(VwSocionegocioproyectoDao.GetAll(criteria));
 }
Exemplo n.º 2
0
 public List <VwSocionegocioproyecto> GetAllVwSocionegocioproyecto(string conditions, string orders)
 {
     return(VwSocionegocioproyectoDao.GetAll(conditions, orders));
 }
Exemplo n.º 3
0
 public List <VwSocionegocioproyecto> GetAllVwSocionegocioproyecto()
 {
     return(VwSocionegocioproyectoDao.GetAll());
 }