SiteRepositoryInterface.php 87B

12345678
  1. <?php
  2. namespace Lc\SovBundle\Repository\Site;
  3. interface SiteRepositoryInterface
  4. {
  5. }