Ejemplo n.º 1
0
 public Articles GetArticlesByName(string art_name)
 {
     return(iarticles.GetArticlesByName(art_name));
 }