ProvSuIscrizione
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
public IInvitoEventoService InvitoEventoService{ get; set; }
|
||||
public IIscrizioneEventoService IscrizioneEventoService{ get; set; }
|
||||
public IPermissionService PermissionService{ get; set; }
|
||||
public IProvinciaIstatService ProvinciaIstatService{ get; set; }
|
||||
public IReferenteService ReferenteService{ get; set; }
|
||||
public IRuoloService RuoloService{ get; set; }
|
||||
public ISezioneService SezioneService{ get; set; }
|
||||
|
||||
@ -0,0 +1,6 @@
|
||||
using OAService.Service.Servizi.Interfacce;
|
||||
using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface IProvinciaIstatService : ITService<ProvinciaIstat> {}
|
||||
@ -3,4 +3,4 @@ using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface ITipologiaClienteService : ITService<TipologiaCliente> {}
|
||||
public interface ITipologiaClienteService : ITService<TipologiaCliente> {}
|
||||
Reference in New Issue
Block a user