Exemplo n.º 1
0
 public List <News> GetListNewsByCateStatus(int cateID, int status)
 {
     return(_dal.GetListNewsByCateStatus(cateID, status));
 }