コード例 #1
0
        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);
        }
コード例 #2
0
 partial void SubmitPayAllFactorOverride(T4MVC_System_Web_Mvc_JsonResult callInfo, int orderId, RasmiOnline.Domain.Enum.PaymentType paymentType, int paymentGatewayId);