public static bool ChargeCSDK(System.String account, System.Int32 sourceType, System.String billingId, System.Int32 gamePoint, System.Int32 chargePoint, System.Decimal cash, System.Int32 bonus, ref System.Int32 result, System.Int32 eqid, DbTransaction trans = null, string zoneId = "")
        {
            PayChargehistoryProvider provider = new PayChargehistoryProvider(zoneId);

            return(provider.ChargeCSDK(account, sourceType, billingId, gamePoint, chargePoint, cash, bonus, ref result, eqid, trans));
        }