partial void SettingsOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.Web.Models.SettingsViewModel model);
 partial void ResetPasswordPostOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Models.ResetPassword model);
 partial void LandingOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.Web.Models.Account.LandingViewModel model);
 public override System.Web.Mvc.ActionResult ChangePassword(Jarboo.Admin.BL.Models.UserPasswordChange model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ChangePassword);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ChangePasswordOverride(callInfo, model);
     return callInfo;
 }
 partial void RecoverPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.Web.Models.Account.PasswordRecoverViewModel model);
 partial void RegisterOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Models.UserRegister model, string returnUrl);
 partial void CustomerEditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Models.UserCustomerEdit model);
 public override System.Web.Mvc.ActionResult ListConfig(Jarboo.Admin.Web.Models.Report.ReportSorting sorting)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ListConfig);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "sorting", sorting);
     ListConfigOverride(callInfo, sorting);
     return callInfo;
 }
 partial void ListDataOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, DataTables.Mvc.IDataTablesRequest request, Jarboo.Admin.BL.Filters.ReportFilter reportFilter);
 public override System.Web.Mvc.ActionResult List(Jarboo.Admin.Web.Models.Report.ReportsListViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.List);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ListOverride(callInfo, model);
     return callInfo;
 }
 partial void ListConfigOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.Web.Models.Report.ReportSorting sorting);
 partial void ListOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.Web.Models.Report.ReportsListViewModel model);
 partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Models.CustomerCreate model);
 partial void QuestionListOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Filters.QuestionFilter questionFilter);
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Models.EmployeeEdit model);
 public override System.Web.Mvc.ActionResult ListData(DataTables.Mvc.IDataTablesRequest request, Jarboo.Admin.BL.Filters.ReportFilter reportFilter)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ListData);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "request", request);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "reportFilter", reportFilter);
     ListDataOverride(callInfo, request, reportFilter);
     return callInfo;
 }
 partial void LoginOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.Web.Models.Account.LoginViewModel model, string returnUrl);
 partial void ListOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Filters.SpentTimeFilter spentTimeFilter);
 public override System.Web.Mvc.ActionResult Register(Jarboo.Admin.BL.Models.UserRegister model, string returnUrl)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Register);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
     RegisterOverride(callInfo, model, returnUrl);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult List(Jarboo.Admin.BL.Filters.SpentTimeFilter spentTimeFilter)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.List);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "spentTimeFilter", spentTimeFilter);
     ListOverride(callInfo, spentTimeFilter);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult CustomerEdit(Jarboo.Admin.BL.Models.UserCustomerEdit model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CustomerEdit);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     CustomerEditOverride(callInfo, model);
     return callInfo;
 }
 partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.Web.Models.Time.TimeViewModel model);
 partial void SetPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Jarboo.Admin.BL.Models.UserPasswordSet model);
 partial void ListOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, bool showProject, Jarboo.Admin.BL.Filters.QuizFilter quizFilter);
 public override System.Web.Mvc.ActionResult RecoverPassword(Jarboo.Admin.Web.Models.Account.PasswordRecoverViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.RecoverPassword);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     RecoverPasswordOverride(callInfo, model);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult List(bool showProject, Jarboo.Admin.BL.Filters.QuizFilter quizFilter)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.List);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "showProject", showProject);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "quizFilter", quizFilter);
     ListOverride(callInfo, showProject, quizFilter);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult ResetPasswordPost(Jarboo.Admin.BL.Models.ResetPassword model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ResetPasswordPost);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ResetPasswordPostOverride(callInfo, model);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Create(Jarboo.Admin.BL.Models.EmployeeCreate model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Create);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     CreateOverride(callInfo, model);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Landing(Jarboo.Admin.Web.Models.Account.LandingViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Landing);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     LandingOverride(callInfo, model);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult PendingTaskListEstimated(Jarboo.Admin.BL.Filters.TaskFilter taskFilter)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.PendingTaskListEstimated);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "taskFilter", taskFilter);
     PendingTaskListEstimatedOverride(callInfo, taskFilter);
     return callInfo;
 }