PIbd-22. Shabunov O.A. Lab work 06 #6

Closed
olshab wants to merge 5 commits from Lab6 into Lab5
Showing only changes of commit e1b3695a42 - Show all commits

View File

@ -73,6 +73,9 @@ namespace AirBomber.Generics
writer.WriteLine($"{Record.Key}{_keyValueDelimiter}{Records}");
}
if (_entityStorages.Count == 0)
return false;
}
return true;