Exemple #1
0
 public AuctionsController(VeilingContext context)
 {
     _context = context;
 }
Exemple #2
0
 public LotsController(VeilingContext context)
 {
     _context = context;
 }
 public DatabaseApiKeyQuery(VeilingContext context)
 {
     _context = context;
 }
Exemple #4
0
 public UsersController(VeilingContext context)
 {
     _context = context;
 }