Example #1
0
 public int GetFriendsFeedsCountByUserID(Guid uid, string type)
 {
     return(FeedPersist.GetFriendsFeedsCountByUserID(uid, type));
 }
Example #2
0
 public IList <Feed> FetchFeedsByUserID(Guid uid, int startIndex, int count, string type)
 {
     return(FeedPersist.FetchFeeds(uid, startIndex, count, type));
 }