Example #1
0
        public static bool Act(System.Boolean tranFlag, System.Guid managerId, System.String account, System.Int32 costGold, System.Int32 costGoldItemNo, System.String costGoldOrderId, System.Int32 costCoin, System.Byte[] costRowVersion, System.Int32 costActive, System.Int32 limitActTimes, System.Guid guildId, System.Int32 actType, System.String actKey, System.Int32 costType, System.Int32 costValue, System.Int32 gainType, System.String gainMap, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

            return(provider.Act(tranFlag, managerId, account, costGold, costGoldItemNo, costGoldOrderId, costCoin, costRowVersion, costActive, limitActTimes, guildId, actType, actKey, costType, costValue, gainType, gainMap, ref errorCode, trans));
        }