Exemplo n.º 1
0
 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;
 }