示例#1
0
 public CommentService(AuthorService authorService, ArticleService articleService)
 {
     comments = new Dictionary <int, Comment>(Seed(authorService, articleService));
 }