예제 #1
0
 public PersonRepository(IPhonebookDbContext context)
 {
     _context = context;
 }
예제 #2
0
 public ReportRepository(IPhonebookDbContext context)
 {
     _context = context;
 }
 public AddressRepository(IPhonebookDbContext context)
 {
     _context = context;
 }