Ejemplo n.º 1
0
 public List <Article> GetArticlesByCatId(int catId)
 {
     return(_articleDAL.GetArticlesByCatId(catId));
 }