Esempio n. 1
0
 public Articles GetArticlesByID(int art_id)
 {
     return(iarticles.GetArticlesByID(art_id));
 }