コード例 #1
0
 public CategoryRepository(LibraryDbContext categoryContext)
 {
     _categoryContext = categoryContext;
 }
コード例 #2
0
 public CountryRepository(LibraryDbContext countryContext)
 {
     _countryContext = countryContext;
 }