public override System.Web.Mvc.ActionResult ChangePassword(ByteCarrot.Masslog.Web.Controllers.Account.ChangePasswordViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ChangePassword);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult SignIn(ByteCarrot.Masslog.Web.Controllers.Account.SignInViewModel model, string returnUrl)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SignIn);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
     return callInfo;
 }
 public override System.Web.Mvc.PartialViewResult Search(ByteCarrot.Masslog.Web.Controllers.Activities.ActivitiesViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_PartialViewResult(Area, Name, ActionNames.Search);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     return callInfo;
 }
 public override System.Web.Mvc.RedirectToRouteResult DateRange(ByteCarrot.Masslog.Web.Controllers.Activities.DateRange range)
 {
     var callInfo = new T4MVC_System_Web_Mvc_RedirectToRouteResult(Area, Name, ActionNames.DateRange);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "range", range);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Edit(ByteCarrot.Masslog.Web.Controllers.Applications.EditViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult SubmitEvent(ByteCarrot.Datajo.Website.Controllers.Examples.ValidatedFormViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.SubmitEvent);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     return callInfo;
 }