Summering vid listning av transar

This commit is contained in:
2024-02-20 18:02:07 +01:00
parent 6510913daa
commit 148f6aaabf
5 changed files with 117 additions and 0 deletions

View File

@ -144,7 +144,9 @@ public class ReadingIn : IReadingIn, IDisposable
restab.ToList().ForEach(x =>
{
if (_accountRecordRepository.GetAccountByDateBelKonto(x.BetalDatum, x.Belopp, x.Konto)==null)
_accountRecordRepository.AddAccountRecord(x);
else { };
});
// restab.ToList().ForEach(x => { _accountRecordRepository.AddAccountRecord(x); });