mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-03-25 00:45:50 +00:00
delete user
This commit is contained in:
7
src/modules/users/commands/delete-user.command.ts
Normal file
7
src/modules/users/commands/delete-user.command.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class DeleteUserCommand {
|
||||
readonly uuid: string;
|
||||
|
||||
constructor(uuid: string) {
|
||||
this.uuid = uuid;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user