Skip to content

Commit

Permalink
[FEAT] merge 중 conflict 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 committed Jul 16, 2023
1 parent b540624 commit 21a8581
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ public interface ReviewService {

void createReviewTIL(Long memberId, Long projectId, ReviewTILRequestDto reviewTILRequestDto);


void createReviewAAR(Long memberId, Long projectId, ReviewAARRequestDto reviewARRRequestDto);

void createReview5F(Long memberId, Long projectId, Review5FRequestDto review5FRequestDto);

ReviewPreviousTemplateResponseDto getPreviousReviewTemplate(Long memberId, Long projectId);

}

0 comments on commit 21a8581

Please sign in to comment.