示例#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));
 }