public override System.Web.Mvc.JsonResult SubmitPayAllFactor(int orderId, RasmiOnline.Domain.Enum.PaymentType paymentType, int paymentGatewayId) { var callInfo = new T4MVC_System_Web_Mvc_JsonResult(Area, Name, ActionNames.SubmitPayAllFactor); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "orderId", orderId); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "paymentType", paymentType); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "paymentGatewayId", paymentGatewayId); SubmitPayAllFactorOverride(callInfo, orderId, paymentType, paymentGatewayId); return(callInfo); }
partial void SubmitPayAllFactorOverride(T4MVC_System_Web_Mvc_JsonResult callInfo, int orderId, RasmiOnline.Domain.Enum.PaymentType paymentType, int paymentGatewayId);