Files
StandManager/StandManager.Service/Interfaces/IEventoService.cs
2025-12-01 15:49:52 +01:00

7 lines
177 B
C#

using OAService.Service.Servizi.Interfacce;
using StandManager.Domain.Entita;
namespace StandManager.Service.Interfaces;
public interface IEventoService : ITService<Evento>{}