namespace StandManager.Service.Interfaces; public interface IManagerService { public IUtenteService UtenteService { get; set; } }