public SellerService(WalmartContext contex) { _context = contex; }
public DepartmentService(WalmartContext context) { _context = context; }
public DepartmentsController(WalmartContext context) { _context = context; }