📅  最后修改于: 2022-03-11 14:48:17.609000             🧑  作者: Mango
You could get the Customers like this:
using System.Linq;
collectionCarts.SelectMany(c => c.OrderList.Select(o => o.Customer));