Beispiel #1
0
        public IActionResult All()
        {
            var result = _currency.All();

            return(Ok(result));
        }