update to configure email out

This commit is contained in:
2025-09-03 18:39:33 +02:00
parent c1c30caeec
commit f20243d02c
5 changed files with 83 additions and 13 deletions

View File

@@ -2,17 +2,14 @@
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
#if NETFRAMEWORK
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System;
#endif
namespace EnvelopeGenerator.Domain.Entities
{
[Obsolete("Use EmailDispatcher.EmailOut")]
[Table("TBEMLP_EMAIL_OUT")]
public class EmailOut
internal class EmailOut
{
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]