Summering vid listning av transar
This commit is contained in:
@ -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); });
|
||||
|
||||
Reference in New Issue
Block a user