Example #1
0
 public ActionResult <IEnumerable <Agenda> > GetAgenda()
 {
     return(_service.GetAgenda().ToList());
 }