Пример #1
0
 public IEnumerable <SportObject> GetSportObjectsFromHall(Hall hall)
 {
     return(_sportRepository.GetSportObjectsFromHall(hall));
 }