2 references to UsersSet
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserStore.cs (2)
224
return
UsersSet
.FindAsync(new object?[] { id }, cancellationToken).AsTask();
248
get { return
UsersSet
; }