deleteHotelReservation method
Future<(UEmptyResponse?, UResponse?, String?)>
deleteHotelReservation({})
Implementation
Future<(UEmptyResponse?, UResponse<dynamic>?, String?)> deleteHotelReservation({
required UIdParams p,
Function(UEmptyResponse r)? onOk,
Function(UResponse<dynamic> e)? onError,
Function(String e)? onException,
}) => _Api.call("/Hotel/HotelReservation/Delete", p.toMap(), _Api.empty, _Api.dyn, onOk, onError, onException, locale: true);