示例#1
0
 public int InsertReservation(ReservationDto reservation)
 {
     WriteActualMethod();
     return(BusinessComponent.InsertReservation(reservation.ConvertToEntity()));
 }