C# Class Streamtastic.StreamFinder

Mostra file Open project: sergiotapia/Streamtastic

Public Methods

Method Description
FindTopViewedStreams ( ) : List
FindTopViewedStreamsByGame ( string gameName ) : List
StreamFinder ( IStreamRepository iStreamRepository ) : System

Method Details

FindTopViewedStreams() public method

public FindTopViewedStreams ( ) : List
return List

FindTopViewedStreamsByGame() public method

public FindTopViewedStreamsByGame ( string gameName ) : List
gameName string
return List

StreamFinder() public method

public StreamFinder ( IStreamRepository iStreamRepository ) : System
iStreamRepository IStreamRepository
return System