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