Beispiel #1
0
 public CategoryRepository(LibraryDbContext categoryContext)
 {
     _categoryContext = categoryContext;
 }
Beispiel #2
0
 public CountryRepository(LibraryDbContext countryContext)
 {
     _countryContext = countryContext;
 }