コード例 #1
0
ファイル: WasteController.cs プロジェクト: emallard/water
 public WasteController(WaterContext dbContext)
 {
     _dbContext = dbContext;
 }
コード例 #2
0
ファイル: AreaController.cs プロジェクト: emallard/water
 public AreaController(WaterContext dbContext)
 {
     _dbContext = dbContext;
 }