예제 #1
0
 public CycleRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #2
0
 public SaleRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #3
0
 public ScheduleRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #4
0
 public TimeSettingRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #5
0
 public TimeFrameRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #6
0
 public ProductRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #7
0
 public TimeFrameRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #8
0
 public TimeSettingRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #9
0
 public ProductRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #10
0
 public CategoryRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #11
0
 public LevelRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #12
0
 public ProgramRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #13
0
 public ProgramRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #14
0
 public CategoryRepository(TVHSContext _context)
 {
     context = _context;
 }
예제 #15
0
 public LevelRepository(TVHSContext _context)
 {
     context = _context;
 }