Ejemplo n.º 1
0
 public List <Article> getTypeArticles(ForumDB db, string type)
 {
     return(db.getTypeArticles("game"));
 }