Exemplo n.º 1
0
        public IActionResult Get(short id)
        {
            var educationLevelDto = _educationLevelService.Get(id);

            return(Ok(educationLevelDto));
        }