Init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
use super::{domain::User, dto::UserResponse};
|
||||
|
||||
pub fn to_response(_user: User) -> UserResponse {
|
||||
todo!()
|
||||
}
|
||||
Reference in New Issue
Block a user