public CycleRepository(TVHSContext _context) { context = _context; }
public SaleRepository(TVHSContext _context) { context = _context; }
public ScheduleRepository(TVHSContext _context) { context = _context; }
public TimeSettingRepository(TVHSContext _context) { context = _context; }
public TimeFrameRepository(TVHSContext _context) { context = _context; }
public ProductRepository(TVHSContext _context) { context = _context; }
public CategoryRepository(TVHSContext _context) { context = _context; }
public LevelRepository(TVHSContext _context) { context = _context; }
public ProgramRepository(TVHSContext _context) { context = _context; }