Example #1
0
 public ObterCipasDoEstabelecimentoQueryHandler(OrganizacoesQueryContext organizacoesQueryContext)
 {
     this.organizacoesQueryContext = organizacoesQueryContext ?? throw new ArgumentNullException(nameof(organizacoesQueryContext));
 }
Example #2
0
 public ObterEstabelecimentosQueryHandler(OrganizacoesQueryContext coreBusinessQueryContext)
 {
     this.coreBusinessQueryContext = coreBusinessQueryContext ?? throw new ArgumentNullException(nameof(coreBusinessQueryContext));
 }