Exemple #1
0
 public PetRepository(PetGameDbContext petGameDbContext)
 {
     this.petGameDb = petGameDbContext;
 }
 public ActionRepository(PetGameDbContext petGameDbContext)
 {
     this.petGameDb = petGameDbContext;
 }