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