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

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

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetById ( int id ) : Speaker

비공개 메소드들

메소드 설명
InitSpeakers ( ) : void

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetById() 공개 메소드

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