Exemplo n.º 1
0
        public IActionResult GetList()
        {
            var result = _kullaniciService.GetList();

            return(Ok(result));
        }