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