コード例 #1
0
        public override System.Web.Mvc.ActionResult CreateSend(TT.Domain.Assets.Commands.CreateTome cmd)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.CreateSend);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "cmd", cmd);
            CreateSendOverride(callInfo, cmd);
            return(callInfo);
        }
コード例 #2
0
 partial void CreateSendOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, TT.Domain.Assets.Commands.CreateTome cmd);