Skip to content

Commit

Permalink
Refactor: 사용하지 않는 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
suminiee authored May 6, 2024
2 parents 220d7db + 7c4e9fa commit e52234f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.medicare.neulpeum.service;

import com.medicare.neulpeum.domain.entity.ConsultContentInfo;
import com.medicare.neulpeum.domain.entity.PatientInfo;
import com.medicare.neulpeum.dto.ConsultDetailResponseDto;
import com.medicare.neulpeum.dto.ConsultRequestDto;
Expand All @@ -20,5 +19,4 @@ public interface ConsultService {

void delete(Long consultId);

ConsultContentInfo findById(Long consultId);
}

0 comments on commit e52234f

Please sign in to comment.