|
|
|
@ -14,6 +14,6 @@ namespace Myshipping.Application
|
|
|
|
|
Task Update(UpdateBookingOrderInput input);
|
|
|
|
|
Task<BookingOrderOutput> Get(long Id);
|
|
|
|
|
Task<dynamic> Page([FromQuery] BookingOrderInput input);
|
|
|
|
|
Task<BookingLogDto> GetLog(long Id)
|
|
|
|
|
Task<BookingLogDto> GetLog(long Id);
|
|
|
|
|
}
|
|
|
|
|
}
|