コード例 #1
0
ファイル: HomeExpiredSoon.cs プロジェクト: war-man/pos
 public HomeExpiredSoon(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }
コード例 #2
0
ファイル: TransectionController.cs プロジェクト: war-man/pos
 public TransectionController(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }
コード例 #3
0
ファイル: HomeLowInventory.cs プロジェクト: war-man/pos
 public HomeLowInventory(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }
コード例 #4
0
ファイル: HomeTodaysTransections.cs プロジェクト: war-man/pos
 public HomeTodaysTransections(ApplicationDbContext context)
 {
     _context = context;
     _manager = new TransectionManager(_context);
 }