public DonationRepository(DogsHomeContext context)
 {
     this.db = context;
 }
Exemple #2
0
 public DogsHomeUnitOfWork(DogsHomeContext context)
 {
     db = context;
 }