Uses of Interface
diegosneves.github.conectardoacoes.adapters.rest.service.AddressEntityService
Packages that use AddressEntityService
Package
Description
-
Uses of AddressEntityService in diegosneves.github.conectardoacoes.adapters.rest.controller.imp
Fields in diegosneves.github.conectardoacoes.adapters.rest.controller.imp declared as AddressEntityServiceModifier and TypeFieldDescriptionprivate final AddressEntityServiceAddressControllerImpl.addressEntityServiceConstructors in diegosneves.github.conectardoacoes.adapters.rest.controller.imp with parameters of type AddressEntityService -
Uses of AddressEntityService in diegosneves.github.conectardoacoes.adapters.rest.service.impl
Classes in diegosneves.github.conectardoacoes.adapters.rest.service.impl that implement AddressEntityServiceModifier and TypeClassDescriptionclassA classeAddressEntityServiceImplé responsável por fornecer serviços relacionados ao endereço.Fields in diegosneves.github.conectardoacoes.adapters.rest.service.impl declared as AddressEntityServiceModifier and TypeFieldDescriptionprivate final AddressEntityServiceShelterEntityServiceImpl.addressServiceConstructors in diegosneves.github.conectardoacoes.adapters.rest.service.impl with parameters of type AddressEntityServiceModifierConstructorDescriptionShelterEntityServiceImpl(ShelterRepository repository, AddressEntityService addressService, UserEntityService userEntityService, DonationEntityService donationEntityService)