Beispiel #1
0
 public ELibrarySeeder(ELibraryContext ctx)
 {
     _ctx = ctx;
 }
 public ELibraryRepository(ELibraryContext ctx)
 {
     _ctx = ctx;
 }