Пример #1
0
 public IEnumerable <CalendarItem> GetAllItems()
 {
     return(_repository.GetAllItems());
 }