MH: SupportConceptCostBearerRelDC DebuggerDisplay

This commit is contained in:
2026-05-13 12:04:02 +02:00
parent 4e800b646d
commit 1d6abf3f53

View File

@@ -1,8 +1,10 @@
using System;
using System.Diagnostics;
using System.Text;
namespace BS.Shared.DataContracts
{
[DebuggerDisplay("{CostBearer.Name} {StartDate}-{EndDate}")]
public partial class SupportConceptCostBearerRelDC
{
public string DateRangeString
@@ -83,6 +85,7 @@ namespace BS.Shared.DataContracts
public override string ToString()
{
return this.CostBearer.Name;
}
}
}