Guest User

Untitled

a guest
Dec 15th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. List<string> APromotionProduct= GetAPromotionProduct(PrdA);
  2. List<string> BPromotionProduct = GetBPromotionProduct<string>(PrdB);
  3. List<string> tempList = new List<string>();
  4. tempList = PromotionProduct.Except(XMLPromotionProduct).ToList();
Add Comment
Please, Sign In to add comment