Added email in basic employee VM
This commit is contained in:
parent
27399322b8
commit
08e81c1185
@ -5,6 +5,7 @@
|
|||||||
public Guid Id { get; set; }
|
public Guid Id { get; set; }
|
||||||
public string? FirstName { get; set; }
|
public string? FirstName { get; set; }
|
||||||
public string? LastName { get; set; }
|
public string? LastName { get; set; }
|
||||||
|
public string? Email { get; set; }
|
||||||
public byte[]? Photo { get; set; }
|
public byte[]? Photo { get; set; }
|
||||||
public Guid? JobRoleId { get; set; }
|
public Guid? JobRoleId { get; set; }
|
||||||
public string? JobRoleName { get; set; }
|
public string? JobRoleName { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user