Ejemplo n.º 1
0
 public static ApplicationUserManagerG <TUser> Create <T>(IdentityFactoryOptions <ApplicationUserManagerG <TUser> > options, IOwinContext context) where T : DbContext
 {
     return(ApplicationUserManagerG <TUser> .GetManager <ApplicationUserManagerG <TUser>, T>(options.DataProtectionProvider, context));
 }
Ejemplo n.º 2
0
 public ApplicationSignInManagerG(ApplicationUserManagerG <TUser> userManager, IAuthenticationManager authenticationManager)
     : base(userManager, authenticationManager)
 {
 }