11 lines
195B

  1. <?php
  2. namespace common\logic\Document\DeliveryNote;
  3. use common\logic\BaseService;
  4. use common\logic\SolverInterface;
  5. class DeliveryNoteSolver extends BaseService implements SolverInterface
  6. {
  7. }