public ActiveDirectoryService(GNEntityModelContainer db, IdentityModelContainer identityDB) { base.db = db; this.aspNetRoleService = new AspNetRoleService(identityDB); this.aspNetUserRolesService = new AspNetUserRoleService(identityDB); }
public TeamService(GNEntityModelContainer db, IdentityModelContainer identityDB) { base.db = db; this.aspNetRoleService = new AspNetRoleService(identityDB); this.aspNetUserRoleService = new AspNetUserRoleService(identityDB); }