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