public SegmentController(IRepository repository, IRecommendationContentService recommendationContentService) { _repository = repository; _recommendationContentService = recommendationContentService; }
public ProductController(IRecommendationContentService recommendationContentService) { _recommendationContentService = recommendationContentService; }
public ArticleController(IRecommendationContentService recommendationContentService) { _recommendationContentService = recommendationContentService; }