Beispiel #1
0
 private double CalculateTotalPriceOfOrder()
 {
     return(MyOrders.Sum(order => order.PriceOfThisOrder));
 }