1
This commit is contained in:
@@ -14,7 +14,7 @@ namespace DummyPageGenerator
|
||||
var result = new List<string>();
|
||||
|
||||
var random = new Random();
|
||||
int countOfWords = GetWordsCount();
|
||||
var countOfWords = GetWordsCount();
|
||||
|
||||
while (result.Count < count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user