upodate system
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user