public IList <Prestacion> consultarUsuarios()
 {
     return(oPrestacionDao.getAll());
 }
예제 #2
0
 public IList<Prestacion> consultarPrestaciones()
 {
     return oPrestacionDao.getAll();
 }