Example #1
0
 public void closeUseCase(RentVehicleControl rentControl)
 {
     rentControl.destroy();
     this.rentControl = null;
 }