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