LocalFileStorage

This commit is contained in:
2025-06-05 14:03:55 +02:00
parent 5e7080fd9d
commit ed4dc8fa75
24 changed files with 298 additions and 189 deletions

View File

@@ -8,7 +8,6 @@ using BeWo.Service.DCEntityMapper;
using BeWo.Service.ServiceContracts.Enhanced;
using BeWo.Service.ServiceProxy;
using BeWo.Service.ServiceUtils;
using BeWo.Service.ServiceUtils.XRechnung;
using BS.Shared;
using BS.Shared.DataContracts;
using BS.Shared.DataContracts.Feature.AI;
@@ -35,10 +34,7 @@ namespace BeWo.Service.ServiceImplementations.Enhanced
{
public string HelloWorld()
{
return "OperationEnhancedService: Hello World!" +
"\n\n" + ServiceSecurityContext.Current.PrimaryIdentity.Name +
"\n" + ServiceSecurityContext.Current.PrimaryIdentity.AuthenticationType +
"\n" + ServiceSecurityContext.Current.PrimaryIdentity.IsAuthenticated;
return "OperationEnhancedService: Hello World!";
}
}
}