устранение конфликтов

This commit is contained in:
2024-12-04 13:05:55 +04:00

View File

@@ -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 licencePlate, string model) public static Bus CreateEntity(int id, string licensePlate, BusType type)
{ {
return new Bus return new Bus
{ {