| { | { | ||||
| public class ApplicantScheduleViewDto | public class ApplicantScheduleViewDto | ||||
| { | { | ||||
| public int ApplicantId { get; set; } | |||||
| public string FirstName { get; set; } | public string FirstName { get; set; } | ||||
| public string LastName { get; set; } | public string LastName { get; set; } | ||||
| } | } |