Пример #1
0
 public ArticleController(IArticleService articleService, IActicleCommentService acticleCommentService, IReportService reportService, IConfigInfoService configInfoService)
 {
     _articleService = articleService;
     _acticleCommentService = acticleCommentService;
     _reportService = reportService;
     _configInfoService = configInfoService;
 }
Пример #2
0
 public ArticleController(IArticleService musicBll, IActicleCommentService acticleCommentService)
 {
     _articleBll = musicBll;
     _acticleCommentService = acticleCommentService;
 }