Exemplo n.º 1
0
 public PartRepository(BgaContext context, PlayerRepository PlayerRepo, PartPlayerRepository PartPlayerRepo)
 {
     this.context = context;
     this.partPlayerRepository = PartPlayerRepo;
     this.playerRepository     = PlayerRepo;
 }
Exemplo n.º 2
0
 public PlayerRepository(BgaContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public GameRepository(BgaContext context)
 {
     this.context = context;
 }