I have application logic that needs data. I use a...
# announcements
f
I have application logic that needs data. I use a repository abstraction, which hides how data is retrieved and simply gives me concrete paths:
getById
,
searchByName
.