Exemplo n.º 1
0
        public async Task <IActionResult> Index()
        {
            HearthstoneClient client = new HearthstoneClient();

            return(View(await client.GetCards()));
        }
Exemplo n.º 2
0
 public HearthstoneClientTests()
 {
     _client = new HearthstoneClient();
 }