- Timestamp:
- 02/23/25 20:37:56 (4 months ago)
- Branches:
- master
- Children:
- fda671c
- Parents:
- de83113
- git-author:
- ste08 <sjovanoska@…> (02/23/25 20:37:23)
- git-committer:
- ste08 <sjovanoska@…> (02/23/25 20:37:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/skychasemk/services/TopMonthlyReportService.java
rde83113 r62bba0c 15 15 16 16 public List<TopMonthlyReport> getAllReports() { 17 return repository.findAll(); 18 } 19 20 public List<TopMonthlyReport> getReportsByMonth(LocalDate month) { 21 return repository.findByMonth(month); 17 return repository.findAllRecords(); 22 18 } 23 19 }
Note:
See TracChangeset
for help on using the changeset viewer.