コード例 #1
0
        // GET: Floors
        public ActionResult Index()
        {
            var model = _floorService.Getfloor();

            return(View(model));
        }