Exemple #1
0
 public SkillAssigmentRepository(EmployeeChallengeContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }