| }, | }, | ||||
| 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); | ||||
| } | } |
| 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; } | ||||
| } | } | ||||
| } | } |
| LinkedlnLink = "", | LinkedlnLink = "", | ||||
| PhoneNumber = "2321312", | PhoneNumber = "2321312", | ||||
| Position = "some position", | Position = "some position", | ||||
| TypeOfEmployment = "Intership", | |||||
| Gender = "Muski", | |||||
| ProfessionalQualification = "Elektrotehnicki fakultet" | |||||
| TypeOfEmployment = "Intership" | |||||
| } | } | ||||
| }); | }); | ||||