infinito/application/src/Entity/Source/Combination/PersonIdentitySourceInterface.php
2018-11-15 20:30:34 +01:00

10 lines
231 B
PHP

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