Table of Contents

Class LocationSearch

Namespace
Engine.Api.Location
Assembly
Engine.Api.dll
public class LocationSearch
Inheritance
LocationSearch
Inherited Members

Constructors

LocationSearch(ISqlDatabase)

public LocationSearch(ISqlDatabase db)

Parameters

db ISqlDatabase

Methods

GetCountriesAsync()

public Task<List<Country>> GetCountriesAsync()

Returns

Task<List<Country>>

GetProvincesAsync(string)

public Task<List<Province>> GetProvincesAsync(string country)

Parameters

country string

Returns

Task<List<Province>>