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