...
This commit is contained in:
@@ -27,7 +27,12 @@ namespace Hushian.Application.Services
|
||||
private readonly IGenericRepository<User> _UserRepository;
|
||||
private readonly AuthService _authService;
|
||||
|
||||
public VerificationService(IGenericRepository<VerificationCode> verificationCodeRepository, IMessageSender messageSender, IGenericRepository<User> userRepository, AuthService authService, IGenericRepository<Company> companyRepository, IGenericRepository<Exper> experRepository)
|
||||
public VerificationService(IGenericRepository<VerificationCode> verificationCodeRepository
|
||||
, IMessageSender messageSender
|
||||
, IGenericRepository<User> userRepository
|
||||
, AuthService authService
|
||||
, IGenericRepository<Company> companyRepository
|
||||
, IGenericRepository<Exper> experRepository)
|
||||
{
|
||||
_VerificationCodeRepository = verificationCodeRepository;
|
||||
_messageSender = messageSender;
|
||||
|
Reference in New Issue
Block a user