C# Class PivotalPoker.Models.GameRepository

Inheritance: IGameRepository
Afficher le fichier Open project: cheezburger/pivotal-poker Class Usage Examples

Méthodes publiques

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

Method Details

GameRepository() public méthode

public GameRepository ( IPivotal pivotal ) : System.Collections.Concurrent
pivotal IPivotal
Résultat System.Collections.Concurrent

Get() public méthode

public Get ( int projectId, int storyId ) : Game
projectId int
storyId int
Résultat Game