refs #378. Funcionality link organizationalUnit to user

pull/5/head
Manuel Aranda Rosales 2024-05-27 16:30:22 +02:00
parent 5b4248bfda
commit 7fdda457ee
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace App\Dto\Input;
class OrganizationalUnitInput
{
}

View File

@ -0,0 +1,8 @@
<?php
namespace App\Dto\Output;
class OrganizationalUnitOutput
{
}