fix yield
This commit is contained in:
parent
d553e2123d
commit
1c01b9a57b
@ -61,7 +61,7 @@ namespace Airbus
|
|||||||
Insert(value, position);
|
Insert(value, position);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public IEnumerable<T> GetCars()
|
public IEnumerable<T> GetAirplanes()
|
||||||
{
|
{
|
||||||
foreach (var car in _places)
|
foreach (var car in _places)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user