C# 클래스 Repository.LagOppstillingService

파일 보기 프로젝트 열기: bouvet/BBR2015 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string lagId ) : Lag
LagOppstillingService ( DataContextFactory dataContextFactory, GameStateService gameStateService, TilgangsKontroll tilgangsKontroll ) : System
OpprettNySpiller ( string hemmeligKodeForLag, string kodeForSpiller, string navn ) : void
OpprettNyttLag ( System.Guid matchId, string hemmeligKode, string navn ) : void

비공개 메소드들

메소드 설명
HentFraDatabasen ( ) : void

메소드 상세

Get() 공개 메소드

public Get ( string lagId ) : Lag
lagId string
리턴 Database.Entities.Lag

LagOppstillingService() 공개 메소드

public LagOppstillingService ( DataContextFactory dataContextFactory, GameStateService gameStateService, TilgangsKontroll tilgangsKontroll ) : System
dataContextFactory Database.DataContextFactory
gameStateService GameStateService
tilgangsKontroll TilgangsKontroll
리턴 System

OpprettNySpiller() 공개 메소드

public OpprettNySpiller ( string hemmeligKodeForLag, string kodeForSpiller, string navn ) : void
hemmeligKodeForLag string
kodeForSpiller string
navn string
리턴 void

OpprettNyttLag() 공개 메소드

public OpprettNyttLag ( System.Guid matchId, string hemmeligKode, string navn ) : void
matchId System.Guid
hemmeligKode string
navn string
리턴 void