BillAccountingInterface.php 94 B

12345678910
  1. <?php
  2. namespace AppBundle\Entity\Billing;
  3. /**
  4. *
  5. */
  6. interface BillAccountingInterface {
  7. }