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