예제 #1
0
        public ActionResult Create()
        {
            PreAdminCreateModel model = new PreAdminCreateModel();

            return(View(model));
        }
예제 #2
0
 public ActionResult Index(PreAdminCreateModel model)
 {
     return(View());
 }