Example #1
0
        public static bool UpdateActive(System.Boolean tranFlag, System.Int32 limitActive, System.Guid guildId, System.Guid managerId, System.Int32 activeType, System.Int32 newActive, System.Int32 stepExp, System.Int32 nextGuildLevel, System.Int32 nextMaxMembers, ref System.Int32 managerActive, ref System.Int32 guildActive, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

            return(provider.UpdateActive(tranFlag, limitActive, guildId, managerId, activeType, newActive, stepExp, nextGuildLevel, nextMaxMembers, ref managerActive, ref guildActive, ref errorCode, trans));
        }