Completed Parcel
This commit is contained in:
parent
d3e489b99c
commit
f84edd7f54
1 changed files with 1 additions and 1 deletions
|
|
@ -22,5 +22,5 @@ public record Parcel(ChildInfo ForChild, string Description)
|
|||
/// the child for which it is meant and the content
|
||||
/// </summary>
|
||||
/// <returns>A string representation of the present</returns>
|
||||
public override string ToString() => string.Empty; // TODO
|
||||
public override string ToString() => $"{Description} for {ForChild.Name} (age {ForChild.Age})";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue