C# Class Repository.LagOppstillingService

Afficher le fichier Open project: bouvet/BBR2015 Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HentFraDatabasen ( ) : void

Method Details

Get() public méthode

public Get ( string lagId ) : Lag
lagId string
Résultat Database.Entities.Lag

LagOppstillingService() public méthode

public LagOppstillingService ( DataContextFactory dataContextFactory, GameStateService gameStateService, TilgangsKontroll tilgangsKontroll ) : System
dataContextFactory Database.DataContextFactory
gameStateService GameStateService
tilgangsKontroll TilgangsKontroll
Résultat System

OpprettNySpiller() public méthode

public OpprettNySpiller ( string hemmeligKodeForLag, string kodeForSpiller, string navn ) : void
hemmeligKodeForLag string
kodeForSpiller string
navn string
Résultat void

OpprettNyttLag() public méthode

public OpprettNyttLag ( System.Guid matchId, string hemmeligKode, string navn ) : void
matchId System.Guid
hemmeligKode string
navn string
Résultat void