LocalFileStorage
This commit is contained in:
@@ -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!";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user