ISEbd-21 Nikolay Gapon LabWork04 #9

Closed
NikGapon wants to merge 2 commits from LabWork04 into LabWork03
Showing only changes of commit 1c01b9a57b - 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)
{