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