public override System.Web.Mvc.ActionResult Edit(oncloud.Domain.Entities.RoadBarriers roadBarriers, System.Web.HttpPostedFileBase image)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "roadBarriers", roadBarriers);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "image", image);
     EditOverride(callInfo, roadBarriers, image);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult Edit(oncloud.Domain.Entities.TheHorizontalRoadMarking theHorizontalRoadMarking, System.Web.HttpPostedFileBase image)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "theHorizontalRoadMarking", theHorizontalRoadMarking);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "image", image);
     EditOverride(callInfo, theHorizontalRoadMarking, image);
     return callInfo;
 }
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, oncloud.Domain.Entities.RoadBarriers roadBarriers, System.Web.HttpPostedFileBase image);
 partial void CreateOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, oncloud.Domain.Entities.RoadSigns roadSigns, System.Web.HttpPostedFileBase image);
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, oncloud.Domain.Entities.TheHorizontalRoadMarking theHorizontalRoadMarking, System.Web.HttpPostedFileBase image);
 public override System.Web.Mvc.ActionResult Edit(oncloud.Domain.Entities.IntelliSenseStreet intelliSenseStreet)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "intelliSenseStreet", intelliSenseStreet);
     EditOverride(callInfo, intelliSenseStreet);
     return callInfo;
 }
 public override System.Web.Mvc.ActionResult CreateItem(oncloud.Domain.Entities.RoadSignItem roadSignItem, System.Web.HttpPostedFileBase image)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CreateItem);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "roadSignItem", roadSignItem);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "image", image);
     CreateItemOverride(callInfo, roadSignItem, image);
     return callInfo;
 }
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> ResetPassword(oncloud.Web.oddBase.Models.ResetPasswordViewModel model)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ResetPassword);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ResetPasswordOverride(callInfo, model);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, oncloud.Domain.Entities.IntelliSenseStreet intelliSenseStreet);
 partial void ResetPasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, oncloud.Web.oddBase.Models.ResetPasswordViewModel model);
 public override System.Threading.Tasks.Task<System.Web.Mvc.ActionResult> Login(oncloud.Web.oddBase.Models.LoginViewModel model, string returnUrl)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Login);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
     LoginOverride(callInfo, model, returnUrl);
     return System.Threading.Tasks.Task.FromResult(callInfo as ActionResult);
 }
 partial void LoginOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, oncloud.Web.oddBase.Models.LoginViewModel model, string returnUrl);
 public override System.Web.Mvc.ActionResult EditStreets(oncloud.Domain.Entities.City city, oncloud.Domain.Entities.Street street, System.Collections.Generic.IEnumerable<int> LayoutDislocationDelete, System.Collections.Generic.ICollection<oncloud.Domain.Entities.Segment> segment, System.Collections.Generic.ICollection<oncloud.Domain.Entities.SpecificationofRM> SpecificationofRM, System.Collections.Generic.ICollection<oncloud.Domain.Entities.SpecificationofRS> SpecificationofRS, System.Collections.Generic.ICollection<oncloud.Domain.Entities.SpecificationOfRb> SpecificationofRB, System.Web.HttpPostedFileBase layoutScheme, System.Collections.Generic.List<OddBasyBY.Models.ModelLayoutDislocation> layoutDislocation)
 {
     var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.EditStreets);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "city", city);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "street", street);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "LayoutDislocationDelete", LayoutDislocationDelete);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "segment", segment);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "SpecificationofRM", SpecificationofRM);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "SpecificationofRS", SpecificationofRS);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "SpecificationofRB", SpecificationofRB);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "layoutScheme", layoutScheme);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "layoutDislocation", layoutDislocation);
     EditStreetsOverride(callInfo, city, street, LayoutDislocationDelete, segment, SpecificationofRM, SpecificationofRS, SpecificationofRB, layoutScheme, layoutDislocation);
     return callInfo;
 }
 partial void EditStreetsOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, oncloud.Domain.Entities.City city, oncloud.Domain.Entities.Street street, System.Collections.Generic.IEnumerable<int> LayoutDislocationDelete, System.Collections.Generic.ICollection<oncloud.Domain.Entities.Segment> segment, System.Collections.Generic.ICollection<oncloud.Domain.Entities.SpecificationofRM> SpecificationofRM, System.Collections.Generic.ICollection<oncloud.Domain.Entities.SpecificationofRS> SpecificationofRS, System.Collections.Generic.ICollection<oncloud.Domain.Entities.SpecificationOfRb> SpecificationofRB, System.Web.HttpPostedFileBase layoutScheme, System.Collections.Generic.List<OddBasyBY.Models.ModelLayoutDislocation> layoutDislocation);