Exemple #1
0
        public override System.Web.Mvc.ActionResult Alert(TCI.Models.Persons model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Alert);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            AlertOverride(callInfo, model);
            return(callInfo);
        }
Exemple #2
0
 public virtual ActionResult Alert(TCI.Models.Persons model)
 {
     return(Json(new { StatusCode = Models.HttpStatusCode.Created_Page /*برای تست*/ }, JsonRequestBehavior.AllowGet));
 }
Exemple #3
0
 partial void AlertOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, TCI.Models.Persons model);