BattleDotNet.Tests.PlayGround.Test C# (CSharp) Method

Test() private method

private Test ( ) : void
return void
        public void Test()
        {
            var client = new WoWClient();
            Console.WriteLine(client.GetAuctions("shattered-hand").Horde.Count());
        }
PlayGround