コード例 #1
0
 public CertificadosController(ICertificadoAppService certificadoAppService, IFuncionarioAppService funcionarioAppService, ICursoAppService cursoAppService,
                               IInstituicaoCursoAppService instituicaoCursoAppService, IEmpresaAppService empresaAppService, ITipoCursoAppService tipoCursoAppService)
 {
     _certificadoAppService      = certificadoAppService;
     _funcionarioAppService      = funcionarioAppService;
     _cursoAppService            = cursoAppService;
     _instituicaoCursoAppService = instituicaoCursoAppService;
     _empresaAppService          = empresaAppService;
     _tipoCursoAppService        = tipoCursoAppService;
 }