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