Ejemplo n.º 1
0
 public void FillData(HotelReservationRegisterCommand command)
 {
     HotelReservationDescription.SendKeys(command.Description);
     HotelReservationDate.SendKeys(command.InputDate.GetDateTimeFormats()[50]);
     HotelReservationReturn.SendKeys(command.OutputDate.GetDateTimeFormats()[50]);
 }