Beispiel #1
0
        public IActionResult GetAllParent()
        {
            var model = _functionService.GetAllParent();

            return(new OkObjectResult(model));
        }