8 lines
81 B
PHP
8 lines
81 B
PHP
<?php
|
|
namespace XaiCorp\AbcParser\Domain\Boundary;
|
|
|
|
interface PersonFactory
|
|
{
|
|
|
|
}
|