update 20250727

This commit is contained in:
Stefan Hutter
2025-07-27 13:24:50 +02:00
parent cb8acfea57
commit 2237be483d
192 changed files with 23435 additions and 107 deletions

15
Model/EMail.cs Normal file
View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Model
{
public class EMail
{
public string empfaenger { get; set; }
public string betreff { get; set; }
public string message { get; set; }
}
}

View File

@@ -48,6 +48,7 @@
<Compile Include="clsdocgendata.cs" />
<Compile Include="clsdok.cs" />
<Compile Include="clsSerienbrief.cs" />
<Compile Include="EMail.cs" />
<Compile Include="OnBaseDocUpload.cs" />
<Compile Include="OnDocApiDoc.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
98b0515d86a724113e4d6c237f417a3bd9af86b43f886091f4a718b1c4878972
5ca5a7462f3f1c9f9ca8d242a4d672e61cfe3cd0e696611c116ca39934e42110

Binary file not shown.

Binary file not shown.