示例#1
0
 public List <BlogArticleViewRankItemPageDTO> GetViewRankList(long userID)
 {
     return(dal.GetViewRankList(userID));
 }