コード例 #1
0
ファイル: UserController.cs プロジェクト: WeynsA/ClueGoLocal
 public UserController(GameContext context)
 {
     _dbContext = context;
 }