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