public static void AssertIsSingleRelationship(this PropertyWrapper propWrapper) { propWrapper.AssertIsOfType <IBusinessObject>(); }
public static void AssertIsMultipleRelationship(this PropertyWrapper propWrapper) { propWrapper.AssertIsOfType <IBusinessObjectCollection>(); }