Ejemplo n.º 1
0
 public Task <IGeoCountry> FetchCountry(Guid guid)
 {
     return(repo.FetchCountry(guid, CancellationToken));
 }
Ejemplo n.º 2
0
 public async Task <IGeoCountry> FetchCountry(Guid guid)
 {
     return(await repo.FetchCountry(guid));
 }