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