Compare commits
2 Commits
ca679057c4
...
1f4ea09bc6
| Author | SHA1 | Date |
|---|---|---|
|
|
1f4ea09bc6 | |
|
|
c45020f24f |
|
|
@ -498,7 +498,7 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public Guid? UserTypeId { get; set; }
|
||||
|
||||
public List<UserTypeEnum> UserTypeList { get; set; }
|
||||
public List<UserTypeEnum> UserTypeList { get; set; } = new List<UserTypeEnum>();
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue