Added email in basic employee VM

This commit is contained in:
ashutosh.nehete 2025-11-08 15:12:46 +05:30
parent 27399322b8
commit 08e81c1185

View File

@ -5,6 +5,7 @@
public Guid Id { get; set; }
public string? FirstName { get; set; }
public string? LastName { get; set; }
public string? Email { get; set; }
public byte[]? Photo { get; set; }
public Guid? JobRoleId { get; set; }
public string? JobRoleName { get; set; }