Refactor date of birth handling in EmployerApplication
This commit is contained in:
@@ -172,13 +172,9 @@ public class AuthenticateUserViewModel
|
||||
/// کد ملی
|
||||
/// </summary>
|
||||
public string NationalCode { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
///تاریخ تولد
|
||||
/// </summary>
|
||||
public DateTime DateOfBirth { get; set; }
|
||||
|
||||
public string DateOfBirthFa { get; set; }
|
||||
public string DateOfBirth { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// سری شناسنامه
|
||||
|
||||
Reference in New Issue
Block a user