コード例 #1
0
ファイル: FeedRepository.cs プロジェクト: mike442144/FBS
 public IList <Feed> FetchFeedsByUserID(Guid uid, int startIndex, int count, string type)
 {
     return(FeedPersist.FetchFeeds(uid, startIndex, count, type));
 }