This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Neca
/
HRCenter
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
day details modal backend
pull/75/head
Dzenis Hadzifejzovic
3 years ago
parent
28b735a7bf
commit
5bff1d5922
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Diligent.WebAPI.Contracts/DTOs/Applicant/ApplicantScheduleViewDto.cs
+ 1
- 0
Diligent.WebAPI.Contracts/DTOs/Applicant/ApplicantScheduleViewDto.cs
View File
@@ -2,6 +2,7 @@
{
public class ApplicantScheduleViewDto
{
public int ApplicantId { get; set; }
public string FirstName { get; set; }
public string LastName { get; set; }
}
Write
Preview
Loading…
Cancel
Save