C# Class GoatTrip.RestApi.Services.LocationSearchBaseService

Datei anzeigen Open project: NHSChoices/location-service

Protected Methods

Method Description
LocationSearchBaseService ( ILocationQueryValidator queryValidator )
ValidateAndThrow ( string query ) : void

Method Details

LocationSearchBaseService() protected method

protected LocationSearchBaseService ( ILocationQueryValidator queryValidator )
queryValidator ILocationQueryValidator

ValidateAndThrow() protected method

protected ValidateAndThrow ( string query ) : void
query string
return void