Exemplo n.º 1
0
 public IEnumerable <Article> Search(ArticleSearch param)
 {
     return(ArticleDao.Search(param));
 }