что то неожиданно сломалось после рефакторинга
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System.Net;
|
||||
using Example.Backend;
|
||||
using mROA.Abstract;
|
||||
using mROA.Codegen;
|
||||
using mROA.Implementation;
|
||||
using mROA.Implementation.Backend;
|
||||
using mROA.Implementation.Bootstrap;
|
||||
|
||||
|
||||
@@ -14,6 +16,7 @@ bootstrap.UseCollectableContextRepository(typeof(PrinterFactory).Assembly);
|
||||
bootstrap.SetupMethodsRepository(new CoCodegenMethodRepository());
|
||||
bootstrap.Build();
|
||||
|
||||
var gateway = bootstrap.GetModule<IGatewayModule>();
|
||||
|
||||
var gateway = bootstrap.GetModule<IGatewayModule>() ;
|
||||
|
||||
gateway.Run();
|
||||
Reference in New Issue
Block a user