Exemple #1
0
 // GET: api/Agenda
 public IList <Agenda> Get()
 {
     return(_agendaService.GetAllAgendas());
 }