forked from slavaxom9k/PIBD-23_Fomichev_V.S._MagicCarpet
даты
This commit is contained in:
@@ -23,9 +23,9 @@ public class EmployeeDataModel(string id, string fio, string email, string postI
|
||||
|
||||
public string PostId { get; private set; } = postId;
|
||||
|
||||
public DateTime BirthDate { get; private set; } = birthDate;
|
||||
public DateTime BirthDate { get; private set; } = birthDate.ToUniversalTime();
|
||||
|
||||
public DateTime EmploymentDate { get; private set; } = employmentDate;
|
||||
public DateTime EmploymentDate { get; private set; } = employmentDate.ToUniversalTime();
|
||||
|
||||
public bool IsDeleted { get; private set; } = isDeleted;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user