Example #1
0
        public static bool Create(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.Guid guildId, System.String guildName, System.String icon, System.String logo, System.String intro, System.String note, System.Int32 guildLevel, System.Int32 maxMembers, System.Int32 leadTrack, System.String managerName, System.Int32 authRank, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

            return(provider.Create(tranFlag, managerId, account, costGold, costGoldItemNo, costGoldOrderId, costCoin, costRowVersion, guildId, guildName, icon, logo, intro, note, guildLevel, maxMembers, leadTrack, managerName, authRank, ref errorCode, trans));
        }