Compare commits
No commits in common. "1f4ea09bc6fc2a570d418bdb5b15997c790d4373" and "ca679057c4acd1cceb7cde52a03da531c5d87068" have entirely different histories.
1f4ea09bc6
...
ca679057c4
|
|
@ -498,7 +498,7 @@ namespace IRaCIS.Application.Contracts
|
|||
|
||||
public Guid? UserTypeId { get; set; }
|
||||
|
||||
public List<UserTypeEnum> UserTypeList { get; set; } = new List<UserTypeEnum>();
|
||||
public List<UserTypeEnum> UserTypeList { get; set; }
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue