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