Пример #1
0
 public IList <Proyecto> ConsultarTodos()
 {
     return(oProyectoDao.getAll());
 }