public WasteController(WaterContext dbContext) { _dbContext = dbContext; }
public AreaController(WaterContext dbContext) { _dbContext = dbContext; }