Ejemplo n.º 1
0
 public ClubsController(
     IClubService clubs,
     IClubAnonymousReviewService anonymousReviews,
     IClubHiddenImageService hiddenImages,
     IClubHiddenImageVoteService hiddenImagesVotes)
 {
     this.clubs = clubs;
     this.anonymousReviews = anonymousReviews;
     this.hiddenImages = hiddenImages;
     this.hiddenImagesVotes = hiddenImagesVotes;
 }
Ejemplo n.º 2
0
 public ClubsController(
     IClubService clubs,
     IClubAnonymousReviewService anonymousReviews,
     IClubHiddenImageService hiddenImages,
     IClubHiddenImageVoteService hiddenImagesVotes)
 {
     this.clubs             = clubs;
     this.anonymousReviews  = anonymousReviews;
     this.hiddenImages      = hiddenImages;
     this.hiddenImagesVotes = hiddenImagesVotes;
 }