Added the email in basic employee vm

This commit is contained in:
ashutosh.nehete 2025-11-05 16:43:31 +05:30
parent 0275371556
commit 7de4f5e922

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; }