public SeedingService(SalesWebMcvContext context) { _context = context; }
public SalesRecordService(SalesWebMcvContext context) { _context = context; }
public SellerService(SalesWebMcvContext context) { _context = context; }
public DepartmentsController(SalesWebMcvContext context) { _context = context; }
public DepartmentService(SalesWebMcvContext context) { _context = context; }