Uses of Class
com.fiap.tech_challenge.parte1.ms_users.services.AddressesService
Packages that use AddressesService
-
Uses of AddressesService in com.fiap.tech_challenge.parte1.ms_users.services
Constructors in com.fiap.tech_challenge.parte1.ms_users.services with parameters of type AddressesServiceModifierConstructorDescriptionUsersService
(UserRepository userRepository, UserMapper userMapper, AddressesService addressesService, UsersValidationService usersValidationService, PasswordValidationService passwordValidationService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder)