1 type derived from PocoUserLogin
Identity.DefaultUI.WebSite (1)
src\Identity\test\Shared\PocoModel\PocoUserLogin.cs (1)
9public class PocoUserLogin : PocoUserLogin<string> { }
3 references to PocoUserLogin
Identity.DefaultUI.WebSite (3)
src\Identity\test\InMemory.Test\InMemoryUserStore.cs (1)
175var loginEntity =
src\Identity\test\Shared\PocoModel\PocoUser.cs (2)
142public virtual ICollection<PocoUserLogin<TKey>> Logins { get; private set; } = new List<PocoUserLogin<TKey>>();