Information sammeln (Zwischenstand)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
using System;
|
||||
using System;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace AICore.Context.Entry.Detail
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
|
||||
namespace AICore.Context.Entry.Detail
|
||||
{
|
||||
internal abstract class DetailContextEntry : BaseContextEntry
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
|
||||
namespace AICore.Context.Entry.Detail
|
||||
{
|
||||
internal class EmployeeDetailContextEntry : DetailContextEntry
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
|
||||
namespace AICore.Context.Entry.Detail
|
||||
{
|
||||
internal class OrganisationDetailContextEntry : DetailContextEntry
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
|
||||
namespace AICore.Context.Entry.Detail
|
||||
{
|
||||
internal class PersonDetailContextEntry : DetailContextEntry
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
|
||||
namespace AICore.Context.Entry.Detail
|
||||
{
|
||||
internal class SupportConceptDetailContextEntry : DetailContextEntry
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace AICore.Context.Entry.Navigation
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
|
||||
namespace AICore.Context.Entry.Navigation
|
||||
{
|
||||
internal abstract class NavigationContextEntry : BaseContextEntry
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
using System.Text.Json.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace AICore.Context.Entry.Navigation
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
using System;
|
||||
using System;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace AICore.Context.Entry.Navigation
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts;
|
||||
using System;
|
||||
using System;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace AICore.Context.Entry.Navigation
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Detail;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
namespace AICore.Context.Summary.Detail
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Detail;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
namespace AICore.Context.Summary.Detail
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Detail;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
namespace AICore.Context.Summary.Detail
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Detail;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
namespace AICore.Context.Summary.Detail
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Detail;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
namespace AICore.Context.Summary.Detail
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Detail;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
namespace AICore.Context.Summary.Detail
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
|
||||
namespace AICore.Context.Summary.Navigation
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
|
||||
namespace AICore.Context.Summary.Navigation
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts;
|
||||
|
||||
namespace AICore.Context.Summary.Navigation
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
|
||||
namespace AICore.Context.Summary.Navigation
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
|
||||
namespace AICore.Context.Summary.Navigation
|
||||
{
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace AICore.Context.Summary.Navigation
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using AICore.Context.Entry.Navigation;
|
||||
using BS.Shared.DataContracts.Compact;
|
||||
|
||||
namespace AICore.Context.Summary.Navigation
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user