public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> ManageLogins(PreventMultipleLoginASPNETIdentity.Controllers.ManageController.ManageMessageId? message)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ManageLogins);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "message", message);
     ManageLoginsOverride(callInfo, message);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> SetPassword(PreventMultipleLoginASPNETIdentity.Models.SetPasswordViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SetPassword);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     SetPasswordOverride(callInfo, model);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
 partial void ManageLoginsOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, PreventMultipleLoginASPNETIdentity.Controllers.ManageController.ManageMessageId? message);
 partial void SetPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, PreventMultipleLoginASPNETIdentity.Models.SetPasswordViewModel model);
 partial void VerifyPhoneNumberOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, PreventMultipleLoginASPNETIdentity.Models.VerifyPhoneNumberViewModel model);
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> ExternalLoginConfirmation(PreventMultipleLoginASPNETIdentity.Models.ExternalLoginConfirmationViewModel model, string returnUrl)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ExternalLoginConfirmation);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
     ExternalLoginConfirmationOverride(callInfo, model, returnUrl);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
 partial void ExternalLoginConfirmationOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, PreventMultipleLoginASPNETIdentity.Models.ExternalLoginConfirmationViewModel model, string returnUrl);
 partial void RegisterOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, PreventMultipleLoginASPNETIdentity.Models.RegisterViewModel model);