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
@@ -20,13 +20,13 @@ type AuthServiceImpl struct {
user repository.User
emailSvc repository.EmailService
emailCfg config.Email
trxRepo repository.TransactionManager
trxRepo repository.Trx
license repository.License
}
func New(authRepo repository.Auth,
crypto repository.Crypto, user repository.User, emailSvc repository.EmailService,
emailCfg config.Email, trxRepo repository.TransactionManager,
emailCfg config.Email, trxRepo repository.Trx,
license repository.License,
) *AuthServiceImpl {
return &AuthServiceImpl{