Example #1
0
 public virtual string GetParcel()
 {
     return($"\nGift: {Gift.GetDescription()} \t" +
            $"Parcel Wrapper: {ParcelWrapper.Color} \t" +
            (PostCard != null ? $"Post Card: {PostCard.Message}" : String.Empty));
 }