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