Rename the GetGeofeed Method to Async
This commit is contained in:
@@ -5,6 +5,6 @@ namespace AS1024.GeoFeed.Core.Interfaces
|
||||
public interface IGeoFeedProvider
|
||||
{
|
||||
public string GeoFeedProviderName { get; }
|
||||
public Task<List<IPGeoFeed>> GetGeoFeedData();
|
||||
public Task<List<IPGeoFeed>> GetGeoFeedDataAsync();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user