Пример #1
0
        public IActionResult Index()
        {
            var list = typeRepository.FindAll();

            return(Ok(list));
        }