IUserUpdater
in
User update service interface
Table of Contents
Methods
Methods
update()
Update an existing user from DTO
public
update(Dto $request) : User
Parameters
- $request : Dto
-
DTO containing id, username, email, role, password (optional)