Iscrizione
This commit is contained in:
6
StandManager.Service/Interfaces/IInvitoEventoService.cs
Normal file
6
StandManager.Service/Interfaces/IInvitoEventoService.cs
Normal file
@ -0,0 +1,6 @@
|
||||
using OAService.Service.Servizi.Interfacce;
|
||||
using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface IInvitoEventoService : ITService<InvitoEvento>{}
|
||||
@ -5,6 +5,7 @@
|
||||
public IClienteService ClienteService{ get; set; }
|
||||
public IDestinazioneService DestinazioneService{ get; set; }
|
||||
public IEventoService EventoService{ get; set; }
|
||||
public IInvitoEventoService InvitoEventoService{ get; set; }
|
||||
public IIscrizioneEventoService IscrizioneEventoService{ get; set; }
|
||||
public IReferenteService ReferenteService{ get; set; }
|
||||
public IUtenteService UtenteService { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user