Ejemplo n.º 1
0
        // GET api/<controller>/5
        public string Get(int id)
        {
            OREManager myORE = new OREManager();

            myORE.LoadExposures();
            return(myORE.GetExposureResults());
        }