Esempio n. 1
0
        public override System.Web.Mvc.ActionResult Send(long id, Tracker.Areas.Admin.Models.BillModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Send);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            SendOverride(callInfo, id, model);
            return(callInfo);
        }
Esempio n. 2
0
 partial void SendOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, long id, Tracker.Areas.Admin.Models.BillModel model);