We use LINQ in EF to filter the data (to optimize queries). However, on testing our services, we cannot test the queries – so should we have filtering also done at the service layer?
We use LINQ in EF to filter the data (to optimize queries). However, on testing our services, we cannot test the queries – so should we have filtering also done at the service layer?