예제 #1
0
 public TabelaAuxiliarController(ICategoriaContatoAppService ccApps, ICategoriaNotificacaoAppService cnApps, IOrigemAppService orApps, IProfissaoAppService prApps, IClubeAppService clApps)
 {
     ccApp = ccApps;
     cnApp = cnApps;
     orApp = orApps;
     prApp = prApps;
     clApp = clApps;
 }
 public TabelasAuxiliaresController(ICategoriaAgendaAppService caApps, ICategoriaNotificacaoAppService cnApps, ICategoriaTelefoneAppService ctApps, ICategoriaUsuarioAppService cuApps, ITipoDocumentoAppService tdApps, ITipoGrupoAppService tgApps, ITipoMetadadoAppService tmApps)
 {
     caApp = caApps;
     cnApp = cnApps;
     ctApp = ctApps;
     cuApp = cuApps;
     tdApp = tdApps;
     tgApp = tgApps;
     tmApp = tmApps;
 }