Uses of Class
com.dada.banking_project.models.Transaction
Packages that use Transaction
-
Uses of Transaction in com.dada.banking_project.services.impl
Methods in com.dada.banking_project.services.impl that return TransactionModifier and TypeMethodDescriptionAccountHolderService.transaction
(TransactionDTO transactionDTO) Performs a transaction between two accounts based on the information provided in the TransactionDTO.TransactionService.transaction
(TransactionDTO transactionDTO) Performs a transaction between two accounts based on the information provided in the TransactionDTO.