Added the email in basic employee vm
This commit is contained in:
parent
0275371556
commit
7de4f5e922
@ -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; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user