get all bids of freight order
This commit is contained in:
parent
14e77d2885
commit
fa156fd155
5 changed files with 80 additions and 0 deletions
10
src/Bid/UseCases/GetBidsOfFreightOrderRequest.php
Normal file
10
src/Bid/UseCases/GetBidsOfFreightOrderRequest.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace FreightQuote\Bid\UseCases;
|
||||
|
||||
class GetBidsOfFreightOrderRequest
|
||||
{
|
||||
public function __construct(
|
||||
public int $freightOrderId,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue