Uses of Interface
diegosneves.github.conectardoacoes.adapters.rest.service.DonorDepositService
Packages that use DonorDepositService
Package
Description
-
Uses of DonorDepositService in diegosneves.github.conectardoacoes.adapters.rest.controller.imp
Fields in diegosneves.github.conectardoacoes.adapters.rest.controller.imp declared as DonorDepositServiceModifier and TypeFieldDescriptionprivate final DonorDepositServiceDonorDepositControllerImpl.serviceConstructors in diegosneves.github.conectardoacoes.adapters.rest.controller.imp with parameters of type DonorDepositService -
Uses of DonorDepositService in diegosneves.github.conectardoacoes.adapters.rest.service.impl
Classes in diegosneves.github.conectardoacoes.adapters.rest.service.impl that implement DonorDepositServiceModifier and TypeClassDescriptionclassImplementação do serviço de depósitos de doadores.Fields in diegosneves.github.conectardoacoes.adapters.rest.service.impl declared as DonorDepositServiceModifier and TypeFieldDescriptionprivate final DonorDepositServiceUserEntityServiceImpl.donorDepositServiceConstructors in diegosneves.github.conectardoacoes.adapters.rest.service.impl with parameters of type DonorDepositServiceModifierConstructorDescriptionUserEntityServiceImpl(UserRepository userRepository, DonorDepositService donorDepositService)