Esempio n. 1
0
        public IHttpActionResult Get(string secId, string currency)
        {
            var res = service.GetSecurityPrices(secId, currency);

            return(Ok(res));
        }