cloudscribe.Core.Web.Components.GeoDataManager.Update C# (CSharp) Method

Update() public method

public Update ( IGeoCountry geoCountry ) : Task
geoCountry IGeoCountry
return Task
        public async Task Update(IGeoCountry geoCountry)
        {
            await commands.Update(geoCountry, CancellationToken.None);
        }

Same methods

GeoDataManager::Update ( IGeoZone geoZone ) : Task