MH: CostBearer2SupportConcept DebuggerDisplay

This commit is contained in:
2026-05-13 11:56:59 +02:00
parent 2196704aeb
commit 4e800b646d

View File

@@ -1,11 +1,12 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using BS.Shared;
using BS.Shared.Core;
namespace BeWo.Data.Entities
{
[DebuggerDisplay("{CostBearer.Organisation.Name} - {SupportConcept.Customer.Person.FirstName} {SupportConcept.Customer.Person.LastName}")]
public class CostBearer2SupportConcept : BeWoEntityBase
{
// public static string PropertyName_HourlyRate = "HourlyRate";