/// <summary> /// Gets a count of GeoCountry. /// </summary> public async Task <int> GetCountryCount(CancellationToken cancellationToken = default(CancellationToken)) { cancellationToken.ThrowIfCancellationRequested(); return(dbGeoCountry.GetCount()); }
/// <summary> /// Gets a count of GeoCountry. /// </summary> public async Task <int> GetCountryCount() { return(dbGeoCountry.GetCount()); }