예제 #1
0
 public Article GetArticleById(int articleId)
 {
     return(_databaseDriver.GetArticleByID(articleId));
 }