Ejemplo n.º 1
0
 public override string ToString()
 {
     return(User.Name + "  " + Foods.First().Key.Calories *Foods.First().Value);
 }