Kategorie
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FasdDesktopUi.Basics.Services.SupportCase
|
||||
|
||||
private static ISupportCase Create(cF4sdIdentityEntry primaryIdentity, IRelationService relationService, cSupportCaseDataProvider supportCaseDataProvider)
|
||||
{
|
||||
SupportCase supportCase = new SupportCase(primaryIdentity.Id, relationService.Clone(), supportCaseDataProvider);
|
||||
SupportCase supportCase = new SupportCase(primaryIdentity.Id, relationService, supportCaseDataProvider);
|
||||
_supportCases.Add(primaryIdentity.Id, supportCase);
|
||||
supportCase.Initialize();
|
||||
return supportCase;
|
||||
|
||||
Reference in New Issue
Block a user