- Import Comuni

- Permessi modifica agente/capoarea in Clienti
This commit is contained in:
2025-12-22 15:05:07 +01:00
parent 1f87913904
commit c08e9325b4
11 changed files with 234 additions and 61 deletions

View File

@ -3,6 +3,7 @@
public interface IManagerService
{
public IClienteService ClienteService{ get; set; }
public IComuneIstatService ComuneIstatService { get; set; }
public IDestinazioneService DestinazioneService{ get; set; }
public IEventoService EventoService{ get; set; }
public IFeatureService FeatureService{ get; set; }