コード例 #1
0
        // GET: States
        public ActionResult Index()
        {
            var ops    = new OrderOperations();
            var states = ops.GetAllStates();

            return(View(states));
        }