public EmployeeRepository(RecruitmentTaskContext context) { this.context = context; }
public CompanyRepository(RecruitmentTaskContext context) { this.context = context; }