Exemplo n.º 1
0
 public ObterItensDePlanoDeAcaoPendentesAtribuidosAoUsuarioQueryHandler(PlanosDeAcaoQueryContext planosDeAcaoQueryContext)
 {
     this.planosDeAcaoQueryContext = planosDeAcaoQueryContext ?? throw new ArgumentNullException(nameof(planosDeAcaoQueryContext));
 }
Exemplo n.º 2
0
 public ObterPlanoDeAcaoQueryHandler(PlanosDeAcaoQueryContext planosDeAcaoQueryContext)
 {
     this.planosDeAcaoQueryContext = planosDeAcaoQueryContext ?? throw new ArgumentNullException(nameof(planosDeAcaoQueryContext));
 }