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