Example #1
0
 public static PersonBuilder WorkAs
     (this PersonBuilder builder, string position)
 => builder.Do(p => p.Position = position);