change employee upload picture change name style

This commit is contained in:
MahanCh
2025-07-08 13:51:52 +03:30
parent 33e3efeef5
commit 2a78a9dc1a
5 changed files with 19 additions and 14 deletions

View File

@@ -35,4 +35,6 @@ public class RollCallEmployeeViewModel : EditRollCallEmployee
public string EmployeeFName { get; set; }
public long RollCallEmployeeId { get; set; }
public bool CreatedByClient { get; set; }
public string RollCallEmployeeName { get; set; }
public bool HasChangedName { get; set; }
}