infinito/application/src/Entity/Source/Combination/PersonIdentitySourceInterface.php
2018-11-10 12:30:59 +01:00

10 lines
185 B
PHP

<?php
namespace App\Entity\Source\Data;
use App\Entity\Attribut\NameAttributInterface;
interface PersonIdentitySourceInterface extends DataSourceInterface, NameAttributInterface
{
}