Beispiel #1
0
        public IActionResult Get()
        {
            var currencies = emailMessageService.GetAll();

            return(Ok(currencies));
        }