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