Exemplo n.º 1
0
        public ActionResult ConfirmRegistration(String email)
        {
            NotificationService notificationService = new NotificationService();
            notificationService.ConfirmationRegistration(email);

            ViewBag.Message = Resources.UIStrings.SuccessRegistration;
            return RedirectToAction("Login", "Account");
        }