Exemplo n.º 1
0
 public override string ToString()
 {
     return($"{{ Id: \"{Id}\", CustomerId: \"{CustomerId.IdAsString()}\", Items: [{string.Join(", ", Items.Select(x => x.ToString()))}] }}");
 }