Parcourir la source

Merge branch 'feature/1810_Day_details_Modal-be' of Neca/HRCenter into BE_dev

pull/78/head
safet.purkovic il y a 3 ans
Parent
révision
7f6b1ee8fb

+ 1
- 0
Diligent.WebAPI.Contracts/DTOs/Applicant/ApplicantScheduleViewDto.cs Voir le fichier

@@ -2,6 +2,7 @@
{
public class ApplicantScheduleViewDto
{
public int ApplicantId { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
}

Chargement…
Annuler
Enregistrer