2 references to
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityUserContext.cs (1)
23public IdentityUserContext(DbContextOptions options) : base(options) { }
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
SqlStoreOnlyUsersTestBase.cs (1)
28public TestUserDbContext(DbContextOptions options) : base(options) { }