1 | <?php |
||
9 | class ConcludeCommandHandler extends Udb3CommandHandler |
||
10 | { |
||
11 | /** |
||
12 | * @var RepositoryInterface |
||
13 | */ |
||
14 | protected $offerRepository; |
||
15 | |||
16 | /** |
||
17 | * ConcludeCommandHandler constructor. |
||
18 | * |
||
19 | * @param RepositoryInterface $offerRepository |
||
20 | */ |
||
21 | public function __construct(RepositoryInterface $offerRepository) |
||
25 | |||
26 | public function handleConclude(Conclude $conclude) |
||
35 | } |
||
36 |