public SurveyController(ISurveySqlDal surveyDAL, IParkSqlDal parkDAL) { this.surveyDAL = surveyDAL; this.parkDAL = parkDAL; }
public HomeController(IParkSqlDal parkDAL, IForecastSqlDal forecastDAL) { this.parkDAL = parkDAL; this.forecastDAL = forecastDAL; }