<?php

namespace Lc\ShopBundle\Context;

use Doctrine\Common\Collections\Collection;
use Lc\ShopBundle\Model\PointSale;

interface ReductionCartInterface
{

}