<?php namespace common\logic\Document\DeliveryNote; use common\logic\BaseService; use common\logic\SolverInterface; class DeliveryNoteSolver extends BaseService implements SolverInterface { }