Example #1
0
 public ItemRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
 public LoanHistoryRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
Example #3
0
 public QualitySeeder(MagContext magContext)
 {
     this._magContext = magContext;
 }
Example #4
0
 public MagazinesController(MagContext context)
 {
     _context = context;
 }
Example #5
0
 public SquadRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
Example #6
0
 public ItemRepository(MagContext context)
 {
     _context = context;
 }
Example #7
0
 public QualityRepository(MagContext magContext)
 {
     this._magContext = magContext;
 }
Example #8
0
 public CategoryRepository(MagContext magContext)
 {
     _magContext = magContext;
 }
Example #9
0
 public UserRepository(MagContext magContext)
 {
     _magContext = magContext;
 }