public ParkInfoController(IParkDAL parkDAL, ITrailDAL trailDAL, IPanoramicDAL panoramicDAL, ILastSeenImagesDAL lastSeenImagesDAL, ILastSeenVideosDAL lastSeenVideosDAL) { this.parkDAL = parkDAL; this.trailDAL = trailDAL; this.panoramicDAL = panoramicDAL; this.lastSeenImagesDAL = lastSeenImagesDAL; this.lastSeenVideosDAL = lastSeenVideosDAL; }