public CycleRepository(TVHSContext _context)
 {
     context = _context;
 }
Beispiel #2
0
 public SaleRepository(TVHSContext _context)
 {
     context = _context;
 }
 public ScheduleRepository(TVHSContext _context)
 {
     context = _context;
 }
Beispiel #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;
 }
Beispiel #11
0
 public LevelRepository(TVHSContext _context)
 {
     context = _context;
 }
 public ProgramRepository(TVHSContext _context)
 {
     context = _context;
 }
Beispiel #13
0
 public ProgramRepository(TVHSContext _context)
 {
     context = _context;
 }
 public CategoryRepository(TVHSContext _context)
 {
     context = _context;
 }
Beispiel #15
0
 public LevelRepository(TVHSContext _context)
 {
     context = _context;
 }