0
Scenario:
Ciclos
id
name
endDate (datetime?)
Dice:
1, primeiro, 05/10/2017
2, segundo, 15/10/2017
3, terceiro, 20/10/2017
4, quarto, 30/10/2017
With Line and lambda, I would like to return the dates that are above the current date, but are below a certain amount of days informed by the user.
Example if today is day 01/10/2017
The user informs 20 days, he must return me the cycles 1, 2, 3 because these 3 records are up to 20 days to "win"
That one endDAte
and a due date.
You already got the help?
– Francisco
Randrade’s head seems to suit me, I’ll finish the tests here, thanks for the concern @Francisco
– Jhonatan Jorge de Lima