示例#1
0
 public ArticleService(AuthorService authorService)
 {
     articles = new Dictionary <int, Article>(Seed(authorService));
 }