Beispiel #1
0
        public IActionResult ApiGetAll()
        {
            var model = _MenuRepository.ApiGetAll();

            return(Json(model));
        }