C# 클래스 MyApp.ServiceInterface.PeopleService

상속: Service
파일 보기 프로젝트 열기: rossipedia/ServiceStack.OnionSample

공개 메소드들

메소드 설명
Get ( People request ) : PeopleResponse
PeopleService ( IPersonRepository peopleRepository ) : MyApp.DomainServices

메소드 상세

Get() 공개 메소드

public Get ( People request ) : PeopleResponse
request People
리턴 PeopleResponse

PeopleService() 공개 메소드

public PeopleService ( IPersonRepository peopleRepository ) : MyApp.DomainServices
peopleRepository IPersonRepository
리턴 MyApp.DomainServices