MH: BillingData DebuggerDisplay

This commit is contained in:
2025-07-15 11:33:46 +02:00
parent 026a9e2d5e
commit 8bf43b680a

View File

@@ -1,10 +1,12 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Diagnostics;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
namespace BS.Shared.Services namespace BS.Shared.Services
{ {
[DebuggerDisplay("{UnitCount} x {AmountPerUnit} x {RateFactor} = {GrossAmountTotal}")]
public class BillingData public class BillingData
{ {
public DateTime? BillingPeriodStart { get; set; } public DateTime? BillingPeriodStart { get; set; }