Skip to content

Commit

Permalink
chore: Remove unused methods in UserMapper
Browse files Browse the repository at this point in the history
  • Loading branch information
djangbahevans committed Jul 28, 2024
1 parent 09ed985 commit e00f83c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@
public interface UserMapper {
UserResponseDto userToUserResponseDto(User user);

User userResponseDtoToUser(UserResponseDto userResponseDto);

List<UserResponseDto> usersToUserResponseDtos(List<User> users);

List<User> userResponseDtosToUsers(List<UserResponseDto> userResponseDtos);
}

0 comments on commit e00f83c

Please sign in to comment.