Пример #1
0
 public IEnumerable <Hall> GetAll()
 {
     return(hallRepository.GetAll());
 }