C# Class AjaxExamples.Models.SpeakerRepository

Mostra file Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
FindAll ( ) : IEnumerable
FindSpeaker ( System.Guid id ) : Speaker
FindSpeakerByUrlKey ( string key ) : Speaker

Private Methods

Method Description
AddSpeaker ( Speaker speaker ) : void
SpeakerRepository ( ) : System

Method Details

FindAll() public method

public FindAll ( ) : IEnumerable
return IEnumerable

FindSpeaker() public method

public FindSpeaker ( System.Guid id ) : Speaker
id System.Guid
return Speaker

FindSpeakerByUrlKey() public method

public FindSpeakerByUrlKey ( string key ) : Speaker
key string
return Speaker