Пример #1
0
        public ActionResult <IList <CommandReadDto> > GetAllHalls()
        {
            var halls = _repository.GetAllHalls();

            return(Ok(halls));
        }