Exemple #1
0
 public Repository(PokemonDbContext context)
 {
     _context = context;
 }