public PetRepository(PetshopAppContext ctx)
 {
     _ctx = ctx;
 }
Example #2
0
 public OwnerRepository(PetshopAppContext ctx)
 {
     _ctx = ctx;
 }