MH: BillingData DebuggerDisplay
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace BS.Shared.Services
|
||||
{
|
||||
[DebuggerDisplay("{UnitCount} x {AmountPerUnit} x {RateFactor} = {GrossAmountTotal}")]
|
||||
public class BillingData
|
||||
{
|
||||
public DateTime? BillingPeriodStart { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user