C# 클래스 Techdays.Core.Application.Service.Dummies.DummySessionLoader

상속: ILoadSessionData
파일 보기 프로젝트 열기: vermegi/TechdaysBeDemo

공개 메소드들

메소드 설명
GetForSpeaker ( int speakerId ) : IEnumerable
GetSession ( int id ) : Session
GetSessions ( ) : IEnumerable

비공개 메소드들

메소드 설명
InitSessions ( ) : void

메소드 상세

GetForSpeaker() 공개 메소드

public GetForSpeaker ( int speakerId ) : IEnumerable
speakerId int
리턴 IEnumerable

GetSession() 공개 메소드

public GetSession ( int id ) : Session
id int
리턴 Techdays.Core.Application.Model.Session

GetSessions() 공개 메소드

public GetSessions ( ) : IEnumerable
리턴 IEnumerable