Exemplo n.º 1
0
 public List <News> GetCategoryeNews(string id)
 {
     return(_newsDal.GetCategoryeNews(id));
 }