Hello,
I have a table payment: id | memberId | typePaymentId | amount | date
i'm trying to do with linq groupby memberid and typePaymentId and sum amount. But it fails.
How can i do that in linq?
I whant sum amount where the memeberId and typePaymentId are same