Skip to content

Commit

Permalink
refactor: change name to method to obtain a surgery report
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed May 18, 2023
1 parent 6d78e36 commit fe441ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface SurgeryReportRepository {
* Get a surgery report that describe a surgical process identified by its [surgeryProcessID].
* The method return the surgery report if available, otherwise null.
*/
fun getSurgeryReport(surgeryProcessID: SurgicalProcessID): SurgeryReport?
fun findBy(surgeryProcessID: SurgicalProcessID): SurgeryReport?

/**
* Get all the surgery reports that have been stored.
Expand Down

0 comments on commit fe441ee

Please sign in to comment.