1 type derived from PocoUserRole
Identity.DefaultUI.WebSite (1)
src\Identity\test\Shared\PocoModel\PocoUserRole.cs (1)
9
public class PocoUserRole :
PocoUserRole
<string> { }
2 references to PocoUserRole
Identity.DefaultUI.WebSite (2)
src\Identity\test\Shared\PocoModel\PocoUser.cs (2)
134
public virtual ICollection<
PocoUserRole
<TKey>> Roles { get; private set; } = new List<
PocoUserRole
<TKey>>();