- Rimozione IscrizioneEventoPerMail

This commit is contained in:
2026-01-22 12:02:21 +01:00
parent d4659ef928
commit 8b5003ab05
11 changed files with 1346 additions and 147 deletions

View File

@ -1,10 +0,0 @@
using StandManager.Domain.Entita.Base;
namespace StandManager.Domain.Entita;
public class IscrizioneEventoPerMail : EntitaBase
{
public string Mail { get; set; }
public bool Processata { get; set; }
public bool Inviata { get; set; }
}