infinito/application/src/Entity/Source/Complex/PersonIdentitySourceInterface.php

10 lines
223 B
PHP

<?php
namespace App\Entity\Source\Complex;
use App\Entity\Attribut\FullPersonNameSourceAttributInterface;
interface PersonIdentitySourceInterface extends ComplexSourceInterface, FullPersonNameSourceAttributInterface
{
}