Added deserializor and vehicle configuration
This commit is contained in:
4
ConsoleApp/IJsonDeserializor.cs
Normal file
4
ConsoleApp/IJsonDeserializor.cs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$HEADER$namespace $NAMESPACE$
|
||||||
|
{
|
||||||
|
public interface $INTERFACE$ {$END$}
|
||||||
|
}
|
||||||
4
ConsoleApp/IVehicle.cs
Normal file
4
ConsoleApp/IVehicle.cs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$HEADER$namespace $NAMESPACE$
|
||||||
|
{
|
||||||
|
public interface $INTERFACE$ {$END$}
|
||||||
|
}
|
||||||
4
ConsoleApp/JsonDeserializor.cs
Normal file
4
ConsoleApp/JsonDeserializor.cs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$HEADER$namespace $NAMESPACE$
|
||||||
|
{
|
||||||
|
public class $CLASS$ {$END$}
|
||||||
|
}
|
||||||
4
ConsoleApp/Vehicle.cs
Normal file
4
ConsoleApp/Vehicle.cs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$HEADER$namespace $NAMESPACE$
|
||||||
|
{
|
||||||
|
public class $CLASS$ {$END$}
|
||||||
|
}
|
||||||
4
ConsoleApp/VehicleConfiguration.cs
Normal file
4
ConsoleApp/VehicleConfiguration.cs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
$HEADER$namespace $NAMESPACE$
|
||||||
|
{
|
||||||
|
public class $CLASS$ {$END$}
|
||||||
|
}
|
||||||
3
ConsoleApp/VehicleConfiguration.json
Normal file
3
ConsoleApp/VehicleConfiguration.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user