Пример #1
0
 public static IReadOnlyEntityType?GetClosestCommonParent(
     [NotNull] this IReadOnlyEntityType entityType1, [NotNull] IReadOnlyEntityType entityType2)
 => entityType1.FindClosestCommonParent(entityType2);