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;
 }
 public GrupoController(IGrupoAppService gruApps, IUsuarioAppService usuApps, ITipoGrupoAppService tgApps)
 {
     gruApp = gruApps;
     usuApp = usuApps;
     tgApp  = tgApps;
 }