Esempio n. 1
0
 public Task <bool> Add(IGeoCountry geoCountry)
 {
     return(repo.Add(geoCountry, CancellationToken.None));
 }