Ver código fonte

day details modal backend

pull/75/head
Dzenis Hadzifejzovic 3 anos atrás
pai
commit
5bff1d5922

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

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

Carregando…
Cancelar
Salvar