예제 #1
0
 public ArticleModel CreateArticleModel(int id)
 {
     return(_factory.ArticleModel(id));
 }