예제 #1
0
파일: Entity.cs 프로젝트: anthrax3/Swolder
 internal void AddDependentRelationship(EntityRelationship relationship)
 {
     _dependentRelationships.Add(relationship);
 }
예제 #2
0
파일: Entity.cs 프로젝트: anthrax3/Swolder
 internal void AddPrincipalRelationship(EntityRelationship relationship)
 {
     _principalRelationships.Add(relationship);
 }