1
Answer

Get Data from Loop

Rohan

Rohan

3y
535
1

How to get data from this loop . I want to only one value Prices.Data.ForEach(x => Products.Add(new ProductModel()
                {
                    Interval = x.Recurring.Interval
                }));
                
                Interval = planresponse.Items.ToString();

Answers (1)