|
@@ -132,7 +132,7 @@ namespace OASystem.Infrastructure.Repositories.Login
|
|
|
Seniority = 0,
|
|
|
Birthday = Convert.ToDateTime(birthDay),
|
|
|
IDCard = registerDto.IdCrad,
|
|
|
- StartWorkDate = new DateTime(1990, 1, 1),
|
|
|
+ StartWorkDate = "1900-01-01 00:00:00.000",
|
|
|
GraduateInstitutions = registerDto.GraduationSchhol,
|
|
|
Professional = registerDto.Major,
|
|
|
Education = registerDto.Education,
|