небольшая правка
This commit is contained in:
parent
455432471c
commit
f023c3a28a
@ -10,7 +10,7 @@ public class Bus
|
|||||||
|
|
||||||
public string Model { get; private set; } = string.Empty;
|
public string Model { get; private set; } = string.Empty;
|
||||||
|
|
||||||
public static Bus CreateEntity(int id, string licensePlate, BusType type)
|
public static Bus CreateEntity(int id, string licencePlate, string model)
|
||||||
{
|
{
|
||||||
return new Bus
|
return new Bus
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user