public CadastroParticipanteController(IServiceParticipante serviceParticipante)
 {
     _serviceParticipante = (ServicoCadastroParticipante)serviceParticipante;
 }
Exemple #2
0
 public ParticipanteController(IServiceParticipante serviceParticipante)
 {
     this.serviceParticipante = serviceParticipante;
 }
Exemple #3
0
 public ParticipanteQueries(IServiceParticipante ServiceParticipante)
 {
     _serviceParticipante = ServiceParticipante;
 }