Esempio n. 1
0
 public PetRepository(PetGameDbContext petGameDbContext)
 {
     this.petGameDb = petGameDbContext;
 }
Esempio n. 2
0
 public ActionRepository(PetGameDbContext petGameDbContext)
 {
     this.petGameDb = petGameDbContext;
 }