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