C# 클래스 PivotalPoker.Models.GameRepository

상속: IGameRepository
파일 보기 프로젝트 열기: cheezburger/pivotal-poker 1 사용 예제들

공개 메소드들

메소드 설명
GameRepository ( IPivotal pivotal ) : System.Collections.Concurrent
Get ( int projectId, int storyId ) : Game

메소드 상세

GameRepository() 공개 메소드

public GameRepository ( IPivotal pivotal ) : System.Collections.Concurrent
pivotal IPivotal
리턴 System.Collections.Concurrent

Get() 공개 메소드

public Get ( int projectId, int storyId ) : Game
projectId int
storyId int
리턴 Game