Example #1
0
 public PersonRepositoryImpl(JSkillsDbContext context)
 {
     _context = context;
 }
 public SkillRepositoryImpl(JSkillsDbContext context)
 {
     _context = context;
 }