Dzenis Hadzifejzovic 3 лет назад
Родитель
Сommit
dbec4dd652

+ 3
- 1
Diligent.WebAPI.Business/Services/ApplicantService.cs Просмотреть файл

}, },
Ads = new List<Ad> { request.Ad }, Ads = new List<Ad> { request.Ad },
SelectionProcesses = new(), SelectionProcesses = new(),
TechnologyApplicants = new()
TechnologyApplicants = new(),
Gender = Genders.M,
ProfessionalQualification = "Elektrotehnicki fakultet",
}; };
res.Add(applicant); res.Add(applicant);
} }

+ 0
- 2
Diligent.WebAPI.Contracts/DTOs/Applicant/ApplicantImporteDto.cs Просмотреть файл

public string ApplicationChannel { get; set; } public string ApplicationChannel { get; set; }
public string TypeOfEmployment { get; set; } public string TypeOfEmployment { get; set; }
public string Comment { get; set; } public string Comment { get; set; }
public string Gender { get; set; }
public string ProfessionalQualification { get; set; }
public Diligent.WebAPI.Data.Entities.Ad Ad { get; set; } public Diligent.WebAPI.Data.Entities.Ad Ad { get; set; }
} }
} }

+ 1
- 3
Diligent.WebAPI.Tests/Services/ApplicantServiceTests.cs Просмотреть файл

LinkedlnLink = "", LinkedlnLink = "",
PhoneNumber = "2321312", PhoneNumber = "2321312",
Position = "some position", Position = "some position",
TypeOfEmployment = "Intership",
Gender = "Muski",
ProfessionalQualification = "Elektrotehnicki fakultet"
TypeOfEmployment = "Intership"
} }
}); });



Загрузка…
Отмена
Сохранить