Compare commits

..

No commits in common. "1f4ea09bc6fc2a570d418bdb5b15997c790d4373" and "ca679057c4acd1cceb7cde52a03da531c5d87068" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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