Uses of Class
com.dada.banking_project.models.Transaction
-
Uses of Transaction in com.dada.banking_project.services.impl
Modifier 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.