2
Answers

Develop a Linq query

Hello,
 
I have a database in Access with this architecture:
 

and I need with Linq to calculate and return the total price of a candidate’s training knowing that only the candidate who has attended at least 5 trainings gets a 20% discount.

how to get this result with linq?

Answers (2)