Information sammeln (Zwischenstand)

This commit is contained in:
2025-11-24 12:20:26 +01:00
parent d500f345fd
commit 4322adee8d
210 changed files with 188 additions and 325 deletions

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
using System;
using System;
using System.Text.Json.Serialization;
namespace AICore.Context.Entry.Detail

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
namespace AICore.Context.Entry.Detail
{
internal abstract class DetailContextEntry : BaseContextEntry

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
namespace AICore.Context.Entry.Detail
{
internal class EmployeeDetailContextEntry : DetailContextEntry

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
namespace AICore.Context.Entry.Detail
{
internal class OrganisationDetailContextEntry : DetailContextEntry

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
namespace AICore.Context.Entry.Detail
{
internal class PersonDetailContextEntry : DetailContextEntry

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
namespace AICore.Context.Entry.Detail
{
internal class SupportConceptDetailContextEntry : DetailContextEntry

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts.Compact;
using System;
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts.Compact;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
namespace AICore.Context.Entry.Navigation
{

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
namespace AICore.Context.Entry.Navigation
{
internal abstract class NavigationContextEntry : BaseContextEntry

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts.Compact;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization;
namespace AICore.Context.Entry.Navigation
{

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts.Compact;
using System;
using System;
using System.Text.Json.Serialization;
namespace AICore.Context.Entry.Navigation

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
using System;
using System;
using System.Text.Json.Serialization;
namespace AICore.Context.Entry.Navigation

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts.Compact;
using System;
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;

View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Linq;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts.Compact;
using BS.Shared.DataContracts;
using BS.Shared;
using BS.Shared.Extensions;

View File

@@ -1,7 +1,6 @@
using System;
using System.Linq;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts;
using BS.Shared;
using BS.Shared.Extensions;
using BS.Shared.DataContracts.Compact;

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Detail;
using BS.Shared.DataContracts;
namespace AICore.Context.Summary.Detail
{

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Detail;
using BS.Shared.DataContracts;
namespace AICore.Context.Summary.Detail
{

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Detail;
using BS.Shared.DataContracts;
namespace AICore.Context.Summary.Detail
{

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Detail;
using BS.Shared.DataContracts;
namespace AICore.Context.Summary.Detail
{

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Detail;
using BS.Shared.DataContracts;
namespace AICore.Context.Summary.Detail
{

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Detail;
using BS.Shared.DataContracts;
namespace AICore.Context.Summary.Detail
{

View File

@@ -1,6 +1,5 @@
using System.Collections.Generic;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts.Compact;
namespace AICore.Context.Summary.Navigation
{

View File

@@ -1,6 +1,5 @@
using System.Collections.Generic;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts.Compact;
namespace AICore.Context.Summary.Navigation
{

View File

@@ -1,6 +1,5 @@
using System.Collections.Generic;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts;
namespace AICore.Context.Summary.Navigation
{

View File

@@ -1,6 +1,5 @@
using System.Collections.Generic;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts.Compact;
namespace AICore.Context.Summary.Navigation
{

View File

@@ -1,6 +1,5 @@
using System.Collections.Generic;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts.Compact;
namespace AICore.Context.Summary.Navigation
{

View File

@@ -1,5 +1,4 @@
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts;
using System.Collections.Generic;
namespace AICore.Context.Summary.Navigation

View File

@@ -1,6 +1,5 @@
using System.Collections.Generic;
using AICore.Context.Entry.Navigation;
using BS.Shared.DataContracts.Compact;
namespace AICore.Context.Summary.Navigation
{

View File

@@ -3,8 +3,6 @@ using AICore.Context.SummaryParser;
using BeWo.ServerUtils.Core;
using BS.Shared;
using BS.Shared.Core;
using BS.Shared.DataContracts;
using BS.Shared.DataContracts.Compact;
using BS.Shared.Exceptions;
using BS.Shared.Translation;
using System;

View File

@@ -1,5 +1,4 @@
using BS.Shared.DataContracts;
using BS.Shared.Exceptions;
using BS.Shared.Exceptions;
using BS.Shared.Interface.Feature.AICore;
using System.Collections.Generic;