public LocalizationsRepository(InventarContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UsersRepository(InventarContext context)
 {
     _context = context;
 }
 public ResourcesRepository(InventarContext context)
 {
     _context = context;
 }
 public FailuresRepository(InventarContext context)
 {
     _context = context;
 }