C# Class ReadModelServiceLibrary.SimpleTwitterReadModelService

Inheritance: ISimpleTwitterReadModelService
Mostra file Open project: phillipknauss/CqrsSiteEngine

Public Methods

Method Description
GetChannels ( ) : IEnumerable
GetTweets ( ) : IEnumerable
GetUsers ( ) : IEnumerable
UserValidated ( Guid UserID ) : bool

Private Methods

Method Description
SimpleTwitterReadModelService ( ) : System

Method Details

GetChannels() public method

public GetChannels ( ) : IEnumerable
return IEnumerable

GetTweets() public method

public GetTweets ( ) : IEnumerable
return IEnumerable

GetUsers() public method

public GetUsers ( ) : IEnumerable
return IEnumerable

UserValidated() public method

public UserValidated ( Guid UserID ) : bool
UserID Guid
return bool