using OAService.Service.Servizi.Interfacce; using StandManager.Domain.Entita; namespace StandManager.Service.Interfaces; public interface IComuneIstatService : ITService { }