예제 #1
0
 public HomeController(IParkWeatherDal weatherDal, ISurveyDal surveyDal, IParkDal parkDal)
 {
     this.weatherDal = weatherDal;
     this.surveyDal  = surveyDal;
     this.parkDal    = parkDal;
 }
예제 #2
0
 public HomeController(IParkWeatherDal applicationDal)
 {
     this.applicationDal = applicationDal;
 }