Exemplo n.º 1
0
 public UpdateBookingCommand(int bookingId, UpdateBookingDto dto)
 {
     this.BookingId = bookingId;
     this.Dto       = dto;
 }