Home
last modified time | relevance | path

Searched defs:PocoUser (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Shared/
H A DPocoUser.cs12 public class PocoUser : PocoUser<string> class
17 public PocoUser() in PocoUser() method in Microsoft.AspNetCore.Identity.Test.PocoUser
26 public PocoUser(string userName) : this() in PocoUser() method in Microsoft.AspNetCore.Identity.Test.PocoUser
41 public PocoUser() { } in PocoUser() method in Microsoft.AspNetCore.Identity.Test.TKey
47 public PocoUser(string userName) : this() in PocoUser() method in Microsoft.AspNetCore.Identity.Test.TKey
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/WebSites/Identity.DefaultUI.WebSite/
H A DPocoUser.cs6 public class PocoUser class