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