Exemplo n.º 1
0
 public ToursController(IToursService toursRepo)
 {
     tours        = toursRepo;
     errorFactory = new ErrorActionResultFactory(this);
 }
 public LandmarksController(ILandmarksService landmarksRepo)
 {
     landmarks    = landmarksRepo;
     errorFactory = new ErrorActionResultFactory(this);
 }