public CreateMemberCommandHandler(IFortifex4DBContext context, IEmailService emailService, ICurrentWeb currentWeb, IConfiguration config) { _context = context; _emailService = emailService; _currentWeb = currentWeb; _config = config; }
public AccountController(ICurrentWeb currentWeb) { _currentWeb = currentWeb; }
public CreateContributorsCommandHandler(IFortifex4DBContext context, IEmailService emailService, ICurrentWeb currentWeb) { _context = context; _emailService = emailService; _currentWeb = currentWeb; }