public ObterReunioesAgendadasDoUsuarioQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Beispiel #2
0
 public ObterConsentsDoParticipanteQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Beispiel #3
0
 public ObterEstabelecimentoQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Beispiel #4
0
 public ObterPlanoDeAcaoQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Beispiel #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));
 }
Beispiel #7
0
 public ObterReunioesDaCipaQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }
Beispiel #8
0
 public ObterItensDePlanoDeAcaoPendentesAtribuidosAoUsuarioQueryHandler(CoreBusinessQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }