Example #1
0
 public List <KeywordStatus> GetByPage(int page)
 {
     return(_tweetService.GetPaged(page, 100));
 }