Ejemplo n.º 1
0
 public CategoryRepository(LibraryDbContext categoryContext)
 {
     _categoryContext = categoryContext;
 }
Ejemplo n.º 2
0
 public CountryRepository(LibraryDbContext countryContext)
 {
     _countryContext = countryContext;
 }