コード例 #1
0
 public IList <Tag> GetMostRecentTags(int FirstResult, int MaxResults)
 {
     return(dao.GetMostRecentTags(FirstResult, MaxResults));
 }