Exemple #1
0
 public ObterConsentsDoAusenteQueryHandler(CipasQueryContext cipasQueryContext)
 {
     this.cipasQueryContext = cipasQueryContext ?? throw new ArgumentNullException(nameof(cipasQueryContext));
 }
Exemple #2
0
 public ObterAlteracoesDoAssuntoQueryHandler(CipasQueryContext cipasQueryContext)
 {
     this.cipasQueryContext = cipasQueryContext ?? throw new ArgumentNullException(nameof(cipasQueryContext));
 }
Exemple #3
0
 public ObterCipasAtivasDoUsuarioQueryHandler(CipasQueryContext cipasQueryContext)
 {
     this.cipasQueryContext = cipasQueryContext ?? throw new ArgumentNullException(nameof(cipasQueryContext));
 }
Exemple #4
0
 public ObterEstabelecimentosDaCipaQueryHandler(CipasQueryContext cipasQueryContext)
 {
     this.cipasQueryContext = cipasQueryContext ?? throw new ArgumentNullException(nameof(cipasQueryContext));
 }