Exemple #1
0
        public ActionResult Index(SubmitData acc)
        {
            RegisterModel.CreateAccount(acc.email, acc.password);

            return(View());
        }