Perseh Hilfeplan Import + KI Prototyp,

This commit is contained in:
Christian
2024-06-19 16:13:56 +02:00
parent fae18138a7
commit 12faccb71b
61 changed files with 4831 additions and 2588 deletions

View File

@@ -0,0 +1,13 @@
using System.ServiceModel;
using BS.Shared.DataContracts;
namespace BeWo.Service.MessageContracts
{
[MessageContract]
public class UploadPersehDocumentResult
{
[MessageBodyMember]
public HilfeplanImportDC HilfeplanImportData { get; set; }
}
}