C# Class MyApp.ServiceInterface.PeopleService

Inheritance: Service
Afficher le fichier Open project: rossipedia/ServiceStack.OnionSample

Méthodes publiques

Méthode Description
Get ( People request ) : PeopleResponse
PeopleService ( IPersonRepository peopleRepository ) : MyApp.DomainServices

Method Details

Get() public méthode

public Get ( People request ) : PeopleResponse
request People
Résultat PeopleResponse

PeopleService() public méthode

public PeopleService ( IPersonRepository peopleRepository ) : MyApp.DomainServices
peopleRepository IPersonRepository
Résultat MyApp.DomainServices