Example #1
0
 public CycleRepository(TVHSContext _context)
 {
     context = _context;
 }
Example #2
0
 public SaleRepository(TVHSContext _context)
 {
     context = _context;
 }
 public ScheduleRepository(TVHSContext _context)
 {
     context = _context;
 }
Example #4
0
 public TimeSettingRepository(TVHSContext _context)
 {
     context = _context;
 }
 public TimeFrameRepository(TVHSContext _context)
 {
     context = _context;
 }
 public ProductRepository(TVHSContext _context)
 {
     context = _context;
 }
 public TimeFrameRepository(TVHSContext _context)
 {
     context = _context;
 }
 public TimeSettingRepository(TVHSContext _context)
 {
     context = _context;
 }
 public ProductRepository(TVHSContext _context)
 {
     context = _context;
 }
 public CategoryRepository(TVHSContext _context)
 {
     context = _context;
 }
Example #11
0
 public LevelRepository(TVHSContext _context)
 {
     context = _context;
 }
Example #12
0
 public ProgramRepository(TVHSContext _context)
 {
     context = _context;
 }
Example #13
0
 public ProgramRepository(TVHSContext _context)
 {
     context = _context;
 }
 public CategoryRepository(TVHSContext _context)
 {
     context = _context;
 }
Example #15
0
 public LevelRepository(TVHSContext _context)
 {
     context = _context;
 }