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