Class LocationSearch
public class LocationSearch
- Inheritance
-
LocationSearch
- Inherited Members
Constructors
LocationSearch(ISqlDatabase)
public LocationSearch(ISqlDatabase db)
Parameters
dbISqlDatabase
Methods
GetCountriesAsync()
public Task<List<Country>> GetCountriesAsync()
Returns
GetProvincesAsync(string)
public Task<List<Province>> GetProvincesAsync(string country)
Parameters
countrystring