示例#1
0
 public bool UnFollowUser(IUserIdentifier user)
 {
     return(ExecuteAuthenticatedUserOperation(() => _friendshipController.DestroyFriendshipWith(user)));
 }
示例#2
0
 public bool UnFollowUser(IUser user)
 {
     return(StartLoggedUserOperation(() => _friendshipController.DestroyFriendshipWith(user)));
 }