In my app in ...GetAll... function I have a parameter which is called (...CustomerModel...). I use it to do some filtering over the query and I used specification pattern to avoid using ...if-else... :... public async Task<List<CustomerModel>> GetAllAs...