예제 #1
0
        public IActionResult Index()
        {
            ViewBag.Now = _time.NowInLocal();
            IEnumerable <StationLightData> allStations = _staticStations.GetAllStations();

            return(View(allStations));
        }