コード例 #1
0
 public SegmentController(IRepository repository, IRecommendationContentService recommendationContentService)
 {
     _repository = repository;
     _recommendationContentService = recommendationContentService;
 }
コード例 #2
0
 public ProductController(IRecommendationContentService recommendationContentService)
 {
     _recommendationContentService = recommendationContentService;
 }
コード例 #3
0
 public ArticleController(IRecommendationContentService recommendationContentService)
 {
     _recommendationContentService = recommendationContentService;
 }