BinaryStudio.TaskManager.Web.Content.Controllers.AdminController.ChangePasswordSuccess C# (CSharp) Method

ChangePasswordSuccess() private method

private ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ChangePasswordSuccess()
        {
            return View();
        }