Refatoring : Working state
This commit is contained in:
@@ -13,6 +13,12 @@ use App\User\User;
|
||||
use App\User\UserRepositoryInterface;
|
||||
use App\User\UserServiceInterface;
|
||||
|
||||
/**
|
||||
* Service applicatif du domaine User.
|
||||
*
|
||||
* Gère la création des comptes, la pagination de l'administration et la mise à
|
||||
* jour des rôles à partir de RolePolicy.
|
||||
*/
|
||||
class UserApplicationService implements UserServiceInterface
|
||||
{
|
||||
private readonly RolePolicy $rolePolicy;
|
||||
|
||||
Reference in New Issue
Block a user