Exemplo n.º 1
0
 public ApplicationSignInManager(
     ApplicationUserManager userManager,
     IAuthenticationManager authenticationManager,
     MembershipProviderMigrationStore <string> migrationStore)
     : base(userManager, authenticationManager, migrationStore)
 {
 }
Exemplo n.º 2
0
 public ApplicationUserManager(IUserStore <ApplicationUser> store, MembershipProviderMigrationStore <string> migrationStore, CrmIdentityErrorDescriber identityErrors)
     : base(store, migrationStore, identityErrors)
 {
 }