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