Ejemplo n.º 1
0
 public CategoryRepository(GearContext appGearContext)
 {
     _context = appGearContext;
 }
Ejemplo n.º 2
0
 public GearItemRepository(GearContext appGearContext)
 {
     _gearContext = appGearContext;
 }