예제 #1
0
 public HomeExpiredSoon(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }
예제 #2
0
 public TransectionController(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }
예제 #3
0
 public HomeLowInventory(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }
예제 #4
0
 public HomeTodaysTransections(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }