refs #378. Funcionality link organizationalUnit to user
parent
5b4248bfda
commit
7fdda457ee
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Dto\Input;
|
||||||
|
|
||||||
|
class OrganizationalUnitInput
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace App\Dto\Output;
|
||||||
|
|
||||||
|
class OrganizationalUnitOutput
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue