コード例 #1
0
        public IActionResult GetAllOptions()
        {
            var response = _optionService.GetAllOptions();

            return(Ok());
        }