update 20250727
This commit is contained in:
15
Model/EMail.cs
Normal file
15
Model/EMail.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
@@ -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.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
||||
98b0515d86a724113e4d6c237f417a3bd9af86b43f886091f4a718b1c4878972
|
||||
5ca5a7462f3f1c9f9ca8d242a4d672e61cfe3cd0e696611c116ca39934e42110
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user