public ArticleController(IArticleService articleService, IActicleCommentService acticleCommentService, IReportService reportService, IConfigInfoService configInfoService) { _articleService = articleService; _acticleCommentService = acticleCommentService; _reportService = reportService; _configInfoService = configInfoService; }
public ArticleController(IArticleService musicBll, IActicleCommentService acticleCommentService) { _articleBll = musicBll; _acticleCommentService = acticleCommentService; }