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