예제 #1
0
        // Destroy Friendship with

        public bool DestroyFriendshipWith(IUserIdentifier userIdentifier)
        {
            return(_friendshipQueryExecutor.DestroyFriendshipWith(userIdentifier));
        }
예제 #2
0
 public bool DestroyFriendshipWith(IUserIdDTO userDTO)
 {
     return(_friendshipQueryExecutor.DestroyFriendshipWith(userDTO));
 }