Ejemplo n.º 1
0
 public static bool IsFriendsWith(this Member user, int friendId)
 {
     return(Friendship.Get(user.Id, friendId) != null);
 }