public ObterReunioesAgendadasDoUsuarioQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Esempio n. 2
0
 public ObterConsentsDoParticipanteQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Esempio n. 3
0
 public ObterEstabelecimentoQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Esempio n. 4
0
 public ObterPlanoDeAcaoQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Esempio n. 5
0
 public ObterAlteracoesDoAssuntoQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
 public ObterCipasAtivasDoUsuarioQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Esempio n. 7
0
 public ObterReunioesDaCipaQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Esempio n. 8
0
 public ObterItensDePlanoDeAcaoPendentesAtribuidosAoUsuarioQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }