Пример #1
0
        public override System.Web.Mvc.JsonResult SendComment(Mn.NewsCms.Common.Comment comment)
        {
            var callInfo = new T4MVC_System_Web_Mvc_JsonResult(Area, Name, ActionNames.SendComment);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "comment", comment);
            SendCommentOverride(callInfo, comment);
            return(callInfo);
        }
Пример #2
0
 partial void SendCommentOverride(T4MVC_System_Web_Mvc_JsonResult callInfo, Mn.NewsCms.Common.Comment comment);