C# Class GoatTrip.RestApi.Services.LocationSearchPostcodeService

Inheritance: LocationSearchBaseService, ILocationSearchPostcodeService
Afficher le fichier Open project: NHSChoices/location-service

Méthodes publiques

Méthode Description
LocationSearchPostcodeService ( ILocationRepository repository, ILocationQueryValidator queryValidator, ILocationQuerySanitiser postCodeSanitiser, ILocationModelMapper locationModelMapper ) : System.Collections.Generic
SearchByPostcode ( string postcodeQuery ) : IEnumerable

Private Methods

Méthode Description
Map ( IEnumerable results ) : IEnumerable

Method Details

LocationSearchPostcodeService() public méthode

public LocationSearchPostcodeService ( ILocationRepository repository, ILocationQueryValidator queryValidator, ILocationQuerySanitiser postCodeSanitiser, ILocationModelMapper locationModelMapper ) : System.Collections.Generic
repository ILocationRepository
queryValidator ILocationQueryValidator
postCodeSanitiser ILocationQuerySanitiser
locationModelMapper ILocationModelMapper
Résultat System.Collections.Generic

SearchByPostcode() public méthode

public SearchByPostcode ( string postcodeQuery ) : IEnumerable
postcodeQuery string
Résultat IEnumerable