예제 #1
0
 internal ReferenceMapping(IPropertyMapping property, Type referenceModelType)
 {
     Property = property;
     ReferenceModelType = referenceModelType;
     Property.References(this);
 }