2 references to PocoUser
IdentitySample.PasskeyUI (2)
Program.cs (1)
53
var userId = (await userManager.FindByNameAsync(request.Username) ?? new
PocoUser
()).Id;
src\Identity\test\Shared\PocoModel\PocoUser.cs (1)
25
public PocoUser(string userName) :
this
()