public HomeController(ISurveySqlDal surveyDal, IWeatherSqlDal weatherDal, IParksSqlDal parkDal) { this.surveyDal = surveyDal; this.weatherDal = weatherDal; this.parkDal = parkDal; }
public SurveyController(ISurveySqlDal surveyDAL, IParkSqlDal parkDAL) { this.surveyDAL = surveyDAL; this.parkDAL = parkDAL; }