public UsersController(PricingEngineContext context, IOptions <JWTSettings> jwtsettings) { _context = context; _jwtsettings = jwtsettings.Value; }
public InstrumentPriceListController(PricingEngineContext context) { _context = context; }