示例#1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> GetProducts(MRJ.ViewModels.SearchProductViewModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.GetProducts);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            GetProductsOverride(callInfo, model);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
示例#2
0
 partial void GetProductsOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, MRJ.ViewModels.SearchProductViewModel model);