Guest User

Untitled

a guest
Nov 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. namespace IdRoleSample.Models
  2. {
  3. - public class IdRoleSampleContext : IdentityDbContext<IdentityUser>
  4. + public class IdRoleSampleContext : IdentityDbContext<IdentityUser, IdentityRole, string>
  5. {
  6. public IdRoleSampleContext(DbContextOptions<IdRoleSampleContext> options)
  7. : base(options)
Add Comment
Please, Sign In to add comment