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