Files
StandManager/StandManager.Service/Interfaces/IInvitoEventoService.cs
2025-12-02 17:15:05 +01:00

7 lines
189 B
C#

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