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)); }
public ApplicationSignInManagerG(ApplicationUserManagerG <TUser> userManager, IAuthenticationManager authenticationManager) : base(userManager, authenticationManager) { }