Example #1
0
 public List <Article> ArticleInbox(ArticleSearch param)
 {
     return(ArticleDao.ArticleInbox(param));
 }