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

Inheritance: ILoadSpeakers
Show file Open project: vermegi/TechdaysBeDemo

Public Methods

Method Description
GetAll ( ) : IEnumerable
GetById ( int id ) : Speaker

Private Methods

Method Description
InitSpeakers ( ) : void

Method Details

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

GetById() public method

public GetById ( int id ) : Speaker
id int
return Techdays.Core.Application.Model.Speaker