Пример #1
0
 public ReviewService(IReviewRepository reviewRepository, IPictureService pictureService, IPictureRepository pictureRepository, IReviewLinkRepository reviewLinkRepository)
 {
     this.ReviewRepository     = reviewRepository;
     this.PictureService       = pictureService;
     this.PictureRepository    = pictureRepository;
     this.ReviewLinkRepository = reviewLinkRepository;
 }
 public ReviewService(IReviewRepository reviewRepository, IPictureService pictureService, IPictureRepository pictureRepository, IReviewLinkRepository reviewLinkRepository)
 {
     this.ReviewRepository = reviewRepository;
     this.PictureService = pictureService;
     this.PictureRepository = pictureRepository;
     this.ReviewLinkRepository = reviewLinkRepository;
 }