ISEbd-21 Nikolay Gapon LabWork05 #10

Closed
NikGapon wants to merge 6 commits from LabWork05 into LabWork04
Showing only changes of commit 864d5019bc - Show all commits

View File

@ -61,7 +61,7 @@ namespace Airbus
Insert(value, position);
}
}
public IEnumerable<T> GetCars()
public IEnumerable<T> GetAirplanes()
{
foreach (var car in _places)
{