C# Class Techdays.Core.Application.Service.Dummies.DummySessionLoader

Inheritance: ILoadSessionData
Mostrar archivo Open project: vermegi/TechdaysBeDemo

Public Methods

Method Description
GetForSpeaker ( int speakerId ) : IEnumerable
GetSession ( int id ) : Session
GetSessions ( ) : IEnumerable

Private Methods

Method Description
InitSessions ( ) : void

Method Details

GetForSpeaker() public method

public GetForSpeaker ( int speakerId ) : IEnumerable
speakerId int
return IEnumerable

GetSession() public method

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

GetSessions() public method

public GetSessions ( ) : IEnumerable
return IEnumerable