Update examples

This commit is contained in:
2026-07-14 21:53:48 +02:00
parent c7ddc282ed
commit 25690690d0
4 changed files with 68 additions and 22 deletions
@@ -46,11 +46,10 @@ public sealed class SortingProviderTest
private static IEnumerable<Customer> CreateCustomers()
{
return new[]
{
return [
new Customer { FirstName = "Anna", LastName = "Albrecht" },
new Customer { FirstName = "Zoe", LastName = "Zimmermann" }
};
];
}
#endregion