コード例 #1
0
        public IActionResult Get(int id)
        {
            var result = _drawService.Get(id);

            return(Ok(_mapper.ToDTO(result)));
        }