Beispiel #1
0
 private static bool FilterOwner(Owner owner)
 => owner.Name.Length > 3;
Beispiel #2
0
 private static string SelectOwnerName(Owner owner)
 => owner.Name;