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