Пример #1
0
 public List <Actividad> ListAll()
 {
     return(actividadRepository.ListAll());
 }