You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// return relationship.ToDictionary(kvp => kvp.Key, kvp => new HashSet<TDependentResource>((IEnumerable<TDependentResource>)kvp.Value));
83
-
// }
84
-
85
-
// public AffectedRelationships(Dictionary<RelationshipAttribute, IEnumerable> relationship) : base(test(relationship))
86
-
// {
87
-
// }
88
-
89
-
90
-
// /// <inheritdoc />
91
-
// public AffectedRelationships(Dictionary<RelationshipAttribute, IEnumerable> relationships)
92
-
// {
93
-
// _groups = relationships.ToDictionary(kvp => kvp.Key, kvp => new HashSet<TDependentResource>((IEnumerable<TDependentResource>)kvp.Value));
94
-
// }
95
-
96
-
// public Dictionary<RelationshipAttribute, HashSet<TDependentResource>> AllByRelationships()
97
-
// {
98
-
// return _groups;
99
-
// }
100
-
101
-
102
-
103
-
// /// <inheritdoc />
104
-
// public Dictionary<RelationshipAttribute, HashSet<TDependentResource>> GetByRelationship<TPrincipalResource>() where TPrincipalResource : class, IIdentifiable
0 commit comments