Untitled

dto 디렉토리가 2개인 이유

특정 경우에 service에서 controller로 dto를 보내야 할 때가 있다.

그때 쓰는게 application 디렉토리에 있는 dto

controller에서 요청,응답에 사용되는 dto는, presentation 디렉토리에 있는 dto