示例#1
0
 public ArticleController(ISystemArticleLogic systemArticleLogic)
 {
     _systemArticleLogic = systemArticleLogic;
 }