Beispiel #1
0
 public IList <Plan> ConsultarTodos()
 {
     return(oPlanDao.getAll());
 }