Ejemplo n.º 1
0
        public async Task <IActionResult> Get(Guid hallId)
        {
            var hall = await _hallService.GetAsync(hallId);

            return(Ok(hall));
        }