public Mailer(XxxDbContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public MailSenderController(IMailer mailer, XxxDbContext context, IMapper mapper) { _mailer = mailer; _context = context; _mapper = mapper; }