Пример #1
0
 public List <Event> GetAllEvents()
 {
     return(_context.GetAll());
 }