Exemplo n.º 1
0
 public override string ToString()
 {
     return($"{Name} {Cost} on {IncurredDate.ToShortDateString()}");
 }
Exemplo n.º 2
0
 public override string ToString()
 {
     return(string.Join(',', new object[] { Parent, IncurredDate.ToShortDateString(), Summary, Debit, Credit }));
 }