C# Class GoatTrip.RestApi.Services.LocationRetrievalService

Inheritance: ILocationRetrievalService
Afficher le fichier Open project: NHSChoices/location-service

Méthodes publiques

Méthode Description
Get ( string id ) : LocationModel
LocationRetrievalService ( ILocationRepository repository, ILocationIdEncoder encoder, ILocationModelMapper locationModelMapper ) : DAL

Method Details

Get() public méthode

public Get ( string id ) : LocationModel
id string
Résultat LocationModel

LocationRetrievalService() public méthode

public LocationRetrievalService ( ILocationRepository repository, ILocationIdEncoder encoder, ILocationModelMapper locationModelMapper ) : DAL
repository ILocationRepository
encoder ILocationIdEncoder
locationModelMapper ILocationModelMapper
Résultat DAL