| @@ -229,7 +229,9 @@ namespace Diligent.WebAPI.Business.Services | |||
| }, | |||
| Ads = new List<Ad> { request.Ad }, | |||
| SelectionProcesses = new(), | |||
| TechnologyApplicants = new() | |||
| TechnologyApplicants = new(), | |||
| Gender = Genders.M, | |||
| ProfessionalQualification = "Elektrotehnicki fakultet", | |||
| }; | |||
| res.Add(applicant); | |||
| } | |||
| @@ -16,8 +16,6 @@ | |||
| public string ApplicationChannel { get; set; } | |||
| public string TypeOfEmployment { 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; } | |||
| } | |||
| } | |||
| @@ -299,9 +299,7 @@ namespace Diligent.WebAPI.Tests.Services | |||
| LinkedlnLink = "", | |||
| PhoneNumber = "2321312", | |||
| Position = "some position", | |||
| TypeOfEmployment = "Intership", | |||
| Gender = "Muski", | |||
| ProfessionalQualification = "Elektrotehnicki fakultet" | |||
| TypeOfEmployment = "Intership" | |||
| } | |||
| }); | |||