示例#1
0
 public EGID GetEGID(EntityReference entityReference)
 {
     return(_entityLocator.GetEGID(entityReference));
 }
示例#2
0
 public bool TryGetEGID(EntityReference entityReference, out EGID egid)
 {
     return(_entityLocator.TryGetEGID(entityReference, out egid));
 }
示例#3
0
 public EGID GetEGID(EntityReference entityReference)
 {
     return(_entityReferencesMap.GetEGID(entityReference));
 }