Esempio n. 1
0
 public async Task Wars()
 {
     WarCollection response = await crest.GetRoot().QueryAsync(r => r.Wars);
 }
Esempio n. 2
0
 public void GetWars_NoErrors()
 {
     WarCollection data = crest.GetWars();
 }