C# Class Twiddler.Services.MemoryTweetStore

Inheritance: ITweetStore
Mostra file Open project: GraemeF/Twiddler Class Usage Examples

Public Methods

Method Description
Add ( IEnumerable tweets ) : void
Add ( ITweet tweet ) : void
GetTweet ( string id ) : ITweet

Method Details

Add() public method

public Add ( IEnumerable tweets ) : void
tweets IEnumerable
return void

Add() public method

public Add ( ITweet tweet ) : void
tweet ITweet
return void

GetTweet() public method

public GetTweet ( string id ) : ITweet
id string
return ITweet