Explorar el Código

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

pull/78/head
safet.purkovic hace 3 años
padre
commit
7f6b1ee8fb

+ 1
- 0
Diligent.WebAPI.Contracts/DTOs/Applicant/ApplicantScheduleViewDto.cs Ver fichero

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

Cargando…
Cancelar
Guardar