Summering av sökta transaktioner
This commit is contained in:
@ -46,7 +46,9 @@ public class ReadingIn : IReadingIn, IDisposable
|
||||
if (prt)
|
||||
{
|
||||
//Console.WriteLine();
|
||||
record.Id = row;
|
||||
_logger.LogInformation(record.ToString());
|
||||
record.Id = 0;
|
||||
records.Add(record);
|
||||
}
|
||||
prt = false;
|
||||
@ -132,10 +134,10 @@ public class ReadingIn : IReadingIn, IDisposable
|
||||
var restab = readXLS(fullFileName);
|
||||
if (restab != null)
|
||||
{
|
||||
restab.ToList().ForEach(x =>
|
||||
{
|
||||
_logger.LogInformation(x.ToString());
|
||||
});
|
||||
//restab.ToList().ForEach(x =>
|
||||
//{
|
||||
// _logger.LogInformation(x.ToString());
|
||||
//});
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user