ProformaInterface.php 108 B

123456789
  1. <?php
  2. namespace Core\App\Repository\Facturis;
  3. interface ProformaInterface extends OrderInterface
  4. {
  5. }