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