Ejemplo n.º 1
0
 public static IEnumerable <IReadOnlyEntityType> GetAllBaseTypes([NotNull] this IReadOnlyEntityType entityType)
 => entityType.GetAllBaseTypesAscending().Reverse();