Exemplo n.º 1
0
 public SurveyController(IParksSQLDAO parkDAO, ISurveySQLDAO surveyDAO)
 {
     this.parkDAO   = parkDAO;
     this.surveyDAO = surveyDAO;
 }
Exemplo n.º 2
0
 public HomeController(IParksSQLDAO parkDAO, IWeatherSQLDAO weatherSQLDAO)
 {
     this.parkDAO       = parkDAO;
     this.weatherSQLDAO = weatherSQLDAO;
 }