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

Inheritance: ILoadSpeakers
Afficher le fichier Open project: vermegi/TechdaysBeDemo

Méthodes publiques

Méthode Description
GetAll ( ) : IEnumerable
GetById ( int id ) : Speaker

Private Methods

Méthode Description
InitSpeakers ( ) : void

Method Details

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetById() public méthode

public GetById ( int id ) : Speaker
id int
Résultat Techdays.Core.Application.Model.Speaker