예제 #1
0
 public CustomerRegisterCommandBuilder WithLastName(Domain.Features.Flights.SexEnum sex)
 {
     _command.Sex = sex;
     return(this);
 }
 public PassengerUpdateCommandBuilder WithLastName(Domain.Features.Flights.SexEnum sex)
 {
     _command.Sex = sex;
     return(this);
 }