upodate system

This commit is contained in:
aditya.siregar
2025-06-27 13:01:39 +07:00
parent 1201b2e45b
commit f31f83e485
36 changed files with 2400 additions and 689 deletions
+2 -2
View File
@@ -13,12 +13,12 @@ import (
type TransactionService struct {
repo repository.TransactionRepository
wallet repository.WalletRepository
trx repository.TransactionManager
trx repository.Trx
}
func New(repo repository.TransactionRepository,
wallet repository.WalletRepository,
trx repository.TransactionManager,
trx repository.Trx,
) *TransactionService {
return &TransactionService{
repo: repo,