Пример #1
0
 public Hall GetById(int hallId)
 {
     return(_repository.QueryById(hallId));
 }