Example #1
0
 public List <NewsModel> GetNewsByCondition(string condition)
 {
     return(dal.GetNewsByCondition(condition));
 }