Exemplo n.º 1
0
 public async Task <int> GetCountryCount()
 {
     return(await repo.GetCountryCount(CancellationToken));
 }
Exemplo n.º 2
0
 public Task <int> GetCountryCount()
 {
     return(repo.GetCountryCount(CancellationToken));
 }
 public async Task <int> GetCountryCount()
 {
     return(await repo.GetCountryCount());
 }