コード例 #1
0
        public ActionResult FindMeterByAddress()
        {
            var model = new AddressModel();

            ViewBag.TownList = model.GetTowns();

            return(View());
        }
コード例 #2
0
        public ActionResult ShowTemperatureChart()
        {
            var model = new AddressModel();

            ViewBag.TownList = model.GetTowns();

            ViewBag.ImageIconPath = HelperMethod.GetTemperatureIconImage();

            return(View());
        }