public OwnerRepository(PetshopContex ctx)
 {
     _ctx = ctx;
 }
Beispiel #2
0
 public PetRepository(PetshopContex ctx)
 {
     _ctx = ctx;
 }