- Timestamp:
- 09/04/21 11:14:25 (3 years ago)
- Branches:
- master
- Children:
- ab49338
- Parents:
- 194776a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/it/finki/charitable/services/DonationPostService.java
r194776a r5306751 41 41 } 42 42 43 public List<DonationPost> findAllByApproved(Boolean approved) { 44 return donationPostRepository.findAllByApproved(approved); 45 } 46 43 47 public void delete(DonationPost donationPost) { 44 48 donationPostRepository.delete(donationPost);
Note:
See TracChangeset
for help on using the changeset viewer.