Update examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user