Add march to AB report

This commit is contained in:
Michał Zieliński
2024-03-04 10:16:28 +01:00
parent 7804a39ea5
commit 7d022e98c6
3 changed files with 163 additions and 38 deletions

View File

@@ -95,10 +95,5 @@ namespace WebAPI.Exports
Console.WriteLine(e.ToString());
}
}
private int getNumberOfValues(List<Record> records)
{
return 5;
}
}
}