https://github.com/SLTDV/Choice-BackEnd/blob/3f2b3e2f532df79808680dd24296a7f454cda2c6/src/main/java/com/select/choice/domain/image/service/ImageService.java#L9C46-L9C56 `ImageUploadDto uploadImage(MultipartFile firstImage) throws IOException;` 여기서 파라미터 이름이 굳이 firstimage여야하나요? 그냥 image가 더 의미에 맞는거 아닌가요?
https://github.com/SLTDV/Choice-BackEnd/blob/3f2b3e2f532df79808680dd24296a7f454cda2c6/src/main/java/com/select/choice/domain/image/service/ImageService.java#L9C46-L9C56
ImageUploadDto uploadImage(MultipartFile firstImage) throws IOException;여기서 파라미터 이름이 굳이 firstimage여야하나요? 그냥 image가 더 의미에 맞는거 아닌가요?