예제 #1
0
        public IActionResult GetAllType()
        {
            var model = _infoService.GetAllType();

            return(Ok(model));
        }