Skip to content

Commit

Permalink
chore :: create student activity 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
KimTaeO committed Oct 20, 2023
1 parent aacda2f commit 81dd9d2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ import team.msg.domain.student.presentation.data.web.CreateStudentActivityWebReq

@Component
class StudentActivityMapperImpl : StudentActivityMapper {

/**
* StudentActivity 생성 Web Request 를 애플리케이션 영역에서 사용될 Dto 로 매핑합니다.
*/
override fun createStudentActivityWebRequestToDto(webRequest: CreateStudentActivityWebRequest): CreateStudentActivityRequest =
CreateStudentActivityRequest(
title = webRequest.title,
Expand Down

0 comments on commit 81dd9d2

Please sign in to comment.