Ejemplo n.º 1
0
 public Article GetArticleById(int articleId)
 {
     return(_databaseDriver.GetArticleByID(articleId));
 }