Example #1
0
        public static bool Join(System.Boolean tranFlag, System.Guid guildId, System.Int32 maxMembers, System.Guid managerId, System.String managerName, System.Int32 authRank, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

            return(provider.Join(tranFlag, guildId, maxMembers, managerId, managerName, authRank, ref errorCode, trans));
        }