public AgendaController(IAgendaAppService baseApps, ILogAppService logApps, IUsuarioAppService usuApps, ICategoriaAgendaAppService caApps)
 {
     baseApp = baseApps;
     logApp  = logApps;
     usuApp  = usuApps;
     caApp   = caApps;
 }
 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;
 }