|
|
@@ -2,15 +2,10 @@ |
|
|
|
|
|
|
|
namespace Lc\ShopBundle\Price\Services; |
|
|
|
|
|
|
|
use Doctrine\Common\Collections\Collection; |
|
|
|
use Lc\ShopBundle\Context\OrderProductInterface; |
|
|
|
use Lc\ShopBundle\Context\OrderShopInterface; |
|
|
|
use Lc\ShopBundle\Context\ProductFamilyInterface; |
|
|
|
use Lc\ShopBundle\Context\ProductInterface; |
|
|
|
use Lc\ShopBundle\Context\ProductPropertyInterface; |
|
|
|
use Lc\ShopBundle\Context\ReductionCatalogInterface; |
|
|
|
use Lc\ShopBundle\Context\OrderShopPriceUtilsInterface; |
|
|
|
|
|
|
|
class OrderShopPriceUtils |
|
|
|
class OrderShopPriceUtils implements OrderShopPriceUtilsInterface |
|
|
|
{ |
|
|
|
use PriceUtilsTrait ; |
|
|
|
|