Example #1
0
 public SkillsController(IndeavorTestContext context)
 {
     _context = context;
 }
Example #2
0
 public EmployeesController(IndeavorTestContext context)
 {
     _context = context;
 }