public AddressRepository(DphomeworkDbContext context)
 {
     _context = context;
 }
Example #2
0
 public IndividualRepository(DphomeworkDbContext context)
 {
     _context = context;
 }