예제 #1
0
        public override System.Web.Mvc.ActionResult AddImg(Kitchen.Models.addImg model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.AddImg);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            AddImgOverride(callInfo, model);
            return(callInfo);
        }
예제 #2
0
 partial void AddImgOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Kitchen.Models.addImg model);