Пример #1
0
 public SuperheroRepository(ISuperheroContext context)
 {
     _context = context;
 }