Esempio n. 1
0
 public double CalculaValorTotal()
 {
     return(Ingredientes.Sum(ingrediente => ingrediente.Valor));
 }