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