public HomeController(IParkWeatherDal weatherDal, ISurveyDal surveyDal, IParkDal parkDal) { this.weatherDal = weatherDal; this.surveyDal = surveyDal; this.parkDal = parkDal; }
public HomeController(IParkWeatherDal applicationDal) { this.applicationDal = applicationDal; }