Esempio n. 1
0
 private static Meetup ExecuteCommand(this Meetup @this, Action command)
 {
     @this.UpdateNumberOfSeats(SeatsNumber.From(numberOfSeats));
     @this.UpdateLocation(Address.From(address));
     @this.UpdateTime(timeRange);
     command();
     return(@this);
 }