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