コード例 #1
0
 public DbGameService(BoardGameContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public DbGamesHistoryService(BoardGameContext context)
 {
     this.context = context;
 }