Пример #1
0
 public ItemsController(AuctionExampleContext context)
 {
     _context = context;
 }
Пример #2
0
 public RatesController(AuctionExampleContext context, IHubContext <RefreshHub, IReferenceHub> hubContext)
 {
     _context    = context;
     _hubContext = hubContext;
 }