Beispiel #1
0
 public DbGameService(BoardGameContext context)
 {
     this.context = context;
 }
 public DbGamesHistoryService(BoardGameContext context)
 {
     this.context = context;
 }