Example #1
0
        public static bool ShopBuy(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.Int32 prizeNo, System.Int32 costActive, System.Int32 costQty, System.Int32 gainType, System.String gainMap, ref System.Int32 errorCode, DbTransaction trans = null, string zoneId = "")
        {
            GuildListProvider provider = new GuildListProvider(zoneId);

            return(provider.ShopBuy(tranFlag, managerId, account, costGold, costGoldItemNo, costGoldOrderId, costCoin, costRowVersion, guildId, prizeNo, costActive, costQty, gainType, gainMap, ref errorCode, trans));
        }