Added detector info
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System.Text.Json;
|
||||
using System.Threading;
|
||||
using ConsoleApp.Maps;
|
||||
using DryIoc;
|
||||
@@ -10,6 +11,8 @@ namespace ConsoleApp
|
||||
{
|
||||
container.Register<IMapFactory, MapFactory>(Reuse.Singleton);
|
||||
container.Register<ISimRunner, SimRunner>(Reuse.Singleton);
|
||||
container.Register<IVehicle, Vehicle>(Reuse.Singleton);
|
||||
container.Register<IJsonDeserializor, JsonDeserializor>(Reuse.Singleton);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user