C# Class PivotalPoker.Models.GameRepository

Inheritance: IGameRepository
Show file Open project: cheezburger/pivotal-poker Class Usage Examples

Public Methods

Method Description
GameRepository ( IPivotal pivotal ) : System.Collections.Concurrent
Get ( int projectId, int storyId ) : Game

Method Details

GameRepository() public method

public GameRepository ( IPivotal pivotal ) : System.Collections.Concurrent
pivotal IPivotal
return System.Collections.Concurrent

Get() public method

public Get ( int projectId, int storyId ) : Game
projectId int
storyId int
return Game