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