示例#1
0
        public ActionResult Index(Models.DefaultModel model)
        {
            var tmp = this;

            return(View(model));
        }
示例#2
0
        // GET: Default
        public ActionResult Index()
        {
            var model = new Models.DefaultModel();

            return(View(model));
        }