значение
This commit is contained in:
parent
0b2fbd945c
commit
8c2e7d493f
@ -37,7 +37,7 @@ namespace SUBD
|
|||||||
{
|
{
|
||||||
StatementSearchModel model = new StatementSearchModel();
|
StatementSearchModel model = new StatementSearchModel();
|
||||||
Dictionary<int, int> badResults = new Dictionary<int, int>();
|
Dictionary<int, int> badResults = new Dictionary<int, int>();
|
||||||
int[] arrayTopBadId = new int[10];
|
int[] arrayTopBadId = new int[250];
|
||||||
Stopwatch stopwatch = new Stopwatch();
|
Stopwatch stopwatch = new Stopwatch();
|
||||||
stopwatch.Start();
|
stopwatch.Start();
|
||||||
var listAllRes = _resultLogic.ReadList(null);
|
var listAllRes = _resultLogic.ReadList(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user