Ejemplo n.º 1
0
 public CountryRepository(BookDbContext countryContext)
 {
     _countryContext = countryContext;
 }