Ejemplo n.º 1
0
        // GET: Market
        public ActionResult Index()
        {
            var markets = mr.GeTodayMarkets();

            return(View(markets));
        }