feat(application): add DeleteReviewCommand and delete_review use case
This commit is contained in:
@@ -29,3 +29,8 @@ pub struct RegisterCommand {
|
||||
pub email: String,
|
||||
pub password: String,
|
||||
}
|
||||
|
||||
pub struct DeleteReviewCommand {
|
||||
pub review_id: Uuid,
|
||||
pub requesting_user_id: Uuid,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user