コード例 #1
0
 public CadastroParticipanteController(IServiceParticipante serviceParticipante)
 {
     _serviceParticipante = (ServicoCadastroParticipante)serviceParticipante;
 }
コード例 #2
0
 public ParticipanteController(IServiceParticipante serviceParticipante)
 {
     this.serviceParticipante = serviceParticipante;
 }
コード例 #3
0
 public ParticipanteQueries(IServiceParticipante ServiceParticipante)
 {
     _serviceParticipante = ServiceParticipante;
 }