public MestreController(IMestreAppService mestreAppService, IBancaAppService bancaAppService,
                         ITopicoAtribuidoAppService topicoAtribuidoAppService, IConviteMestreAppService conviteMestreAppService,
                         IQuestaoAppService questaoAppService, IRespostaAppService respostaAppService)
 {
     _mestreAppService          = mestreAppService;
     _bancaAppService           = bancaAppService;
     _topicoAtribuidoAppService = topicoAtribuidoAppService;
     _conviteMestreAppService   = conviteMestreAppService;
     _questaoAppService         = questaoAppService;
 }
Exemple #2
0
 public BancaController(IBancaAppService bancaAppService)
 {
     _bancaAppService = bancaAppService;
 }