Ejemplo n.º 1
0
 public IEnumerable <CalendarEvent> GetCalendarEvents()
 {
     return(_calendarRepository.GetAllCalendarEvents());
 }