Beispiel #1
0
 public VillainRepository(MarvelContext context)
 {
     this.context = context;
 }
 public BattleGroundRepository(MarvelContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public SuperHeroRepository(MarvelContext context)
 {
     this.context = context;
 }