Beispiel #1
0
 public DepartmentService(WallmartContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SellerService(WallmartContext context)
 {
     _context = context;
 }
 public DepartmentsController(WallmartContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public SeedingService(WallmartContext context)
 {
     _context = context;
 }