Beispiel #1
0
 public SeedingService(LeilaoWebContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public PeopleService(LeilaoWebContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public OfferService(LeilaoWebContext context)
 {
     _context = context;
 }
 public ProductService(LeilaoWebContext context)
 {
     _context = context;
 }
 public ProductsController(LeilaoWebContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public PeoplesController(LeilaoWebContext context)
 {
     _context = context;
 }