I was having an error in a business rule, and by investigating, I came up with the following code snippet, which is intended to check if all processes in a list are active:
return processos.All(proc => proc.Ativo)
When debugging,...
asked by
12.07.2018 / 20:26