MailQueue

This commit is contained in:
2026-01-12 08:49:18 +01:00
parent 941e24551c
commit 936a08cc76
15 changed files with 1571 additions and 2 deletions

View File

@ -6,4 +6,4 @@ namespace StandManager.Service.Interfaces;
public interface IUtenteService : ITService<Utente>
{
Task<List<Utente>> ListaCapoarea();
}
}