コード例 #1
0
ファイル: GameService.cs プロジェクト: caulax/GameHubBack
 public GameService(GameHubContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public ImageResourceService(GameHubContext context)
 {
     this.context = context;
 }