@@ -65,12 +65,10 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//public string DocNeedSignUserTypes { get; set; }
|
||||
|
||||
|
||||
//public List<string> UserConfirmedUserTypeList => IdentityUserTypeList.Intersect(DocNeedSignUserTypeList).ToList();
|
||||
public List<string> UserConfirmedUserTypeList => (DocNeedSignUserTypeList != null && IdentityUserTypeList != null) ? IdentityUserTypeList.Intersect(DocNeedSignUserTypeList).ToList() : new List<string>();
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
public IEnumerable<string> IdentityUserTypeList { get; set; }
|
||||
[JsonIgnore]
|
||||
public IEnumerable<string> DocNeedSignUserTypeList { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user