public EmailAuthentication(MosaicContext context) { _context = context; }
public EmailsController(MosaicContext context, IEmailAuthentication service) { _context = context; _service = service; }
public AnnouncementsController(MosaicContext context) { _context = context; }