Ejemplo n.º 1
0
        public ActionResult Create()
        {
            PreAdminCreateModel model = new PreAdminCreateModel();

            return(View(model));
        }
Ejemplo n.º 2
0
 public ActionResult Index(PreAdminCreateModel model)
 {
     return(View());
 }