Exemple #1
0
 public string PresentVoucherDetail(VoucherDetailR detail) => Run(s => s.PresentVoucherDetail(detail));
Exemple #2
0
 /// <inheritdoc />
 public string PresentVoucherDetail(VoucherDetailR detail) => throw new NotImplementedException();
Exemple #3
0
 /// <inheritdoc />
 public string PresentVoucherDetail(VoucherDetailR detail)
     => $"{detail.Voucher.Date.AsDate()} {PresentVoucherDetail((VoucherDetail)detail)}";
Exemple #4
0
 /// <inheritdoc />
 public string PresentVoucherDetail(VoucherDetailR detail)
 => PresentVoucherDetail((VoucherDetail)detail);
Exemple #5
0
 /// <inheritdoc />
 public string PresentVoucherDetail(VoucherDetailR detail) => PresentVoucherDetails(new[] { detail });