public PromoCodeController(PromoCodeContext ctx) { _ctx = ctx; }
public PromoCodeRepository(IOptions <MongoSettings> settings) { _context = new PromoCodeContext(settings); }