Beispiel #1
0
 public SubtitlesRepository(EFDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public ItemRepository(EFDbContext context)
 {
     this.context = context;
 }