public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Index(ps.dmv.domain.data.Entities.ImportMobileDe importMobileDe)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "importMobileDe", importMobileDe);
            IndexOverride(callInfo, importMobileDe);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, ps.dmv.domain.data.Entities.ImportMobileDe importMobileDe);