Example #1
0
 public SorteioController(ISorteioAppService sorteioAppService, ISorteioParticipanteAppService sorteioParticipanteAppService, UsuarioAppService usuarioAppService)
 {
     _sorteioAppService             = sorteioAppService;
     _sorteioParticipanteAppService = sorteioParticipanteAppService;
     _usuarioAppService             = usuarioAppService;
 }
Example #2
0
 public SorteioParticipantesController(ISorteioParticipanteAppService sorteioParticipanteAppService)
 {
     _sorteioParticipanteAppService = sorteioParticipanteAppService;
 }