Context erzeugt rekursion
This commit is contained in:
@@ -18,7 +18,7 @@ namespace AICore.Context.Summary.Function
|
||||
internal ServiceRecordDocumantationFCS(IEnumerable<ServiceRecordContextEntry> serviceRecords, CustomerNavigationContextEntry customer, string costBearer, string supportConcept, string dokutext)
|
||||
: base()
|
||||
{
|
||||
Context = this;
|
||||
Context = serviceRecords;
|
||||
ServiceRecords = serviceRecords;
|
||||
Customer = customer;
|
||||
CostBearer = costBearer;
|
||||
|
||||
Reference in New Issue
Block a user