Hi All
Linq noob here.
I have IList<Product>
ApplicableProducts and a IList<Product>
CurrentProducts.
I need to return a new IList<Product>
of all CurrentProducts that exist in Applicable products.
I understand I need to be working with .Contains and .Any but getting a little lost.
Any tips appreciated