Tipologia cliente

This commit is contained in:
2025-12-15 11:01:14 +01:00
parent 69d28744f6
commit 664cee9656
22 changed files with 1118 additions and 491 deletions

View File

@ -8,6 +8,7 @@
public IInvitoEventoService InvitoEventoService{ get; set; }
public IIscrizioneEventoService IscrizioneEventoService{ get; set; }
public IReferenteService ReferenteService{ get; set; }
public ITipologiaClienteService TipologiaClienteService { get; set; }
public IUtenteService UtenteService { get; set; }
}
}