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