I need to filter the data using a filter where CategoryId = 75 and (BrandId = 12 or BrandId = 3) but the equivalent Linq to Entity
I need to filter the data using a filter where CategoryId = 75 and (BrandId = 12 or BrandId = 3) but the equivalent Linq to Entity