public ActiveDirectoryService(GNEntityModelContainer db, IdentityModelContainer identityDB)
        {
            base.db = db;

            this.aspNetRoleService      = new AspNetRoleService(identityDB);
            this.aspNetUserRolesService = new AspNetUserRoleService(identityDB);
        }
Пример #2
0
        public TeamService(GNEntityModelContainer db, IdentityModelContainer identityDB)
        {
            base.db = db;

            this.aspNetRoleService     = new AspNetRoleService(identityDB);
            this.aspNetUserRoleService = new AspNetUserRoleService(identityDB);
        }