Beispiel #1
0
        public override System.Web.Mvc.JsonResult SubmitMoodResponse(string EventName, MyMood.Web.Models.SubmitResponseModel model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_JsonResult(Area, Name, ActionNames.SubmitMoodResponse);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "EventName", EventName);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            SubmitMoodResponseOverride(callInfo, EventName, model);
            return(callInfo);
        }
Beispiel #2
0
 partial void SubmitMoodResponseOverride(T4MVC_System_Web_Mvc_JsonResult callInfo, string EventName, MyMood.Web.Models.SubmitResponseModel model);