public UserController(QuickQuoteContext context, IConfiguration config)
 {
     _context = context;
     _config  = config;
 }
Beispiel #2
0
 public QuoteController(QuickQuoteContext context)
 {
     _context = context;
 }