Commit aff8394
Changed files (3)
product
desktop.ui
bootstrappers
thirdparty
product/desktop.ui/bootstrappers/Bootstrapper.cs
@@ -104,6 +104,9 @@ namespace solidware.financials.windows.ui.bootstrappers
builder.RegisterProxy<Handles<FamilyMemberToAdd>, AddNewFamilyMemberHandler>(interceptor);
builder.RegisterProxy<Handles<FindAllFamily>, FindAllFamilyHandler>(interceptor);
builder.RegisterType<InMemoryDatabase>().As<PersonRepository>().SingleInstance();
+ builder.RegisterType<ScopedContext>().As<Context>().SingleInstance();
+ builder.RegisterType<PerThreadScopedStorage>().As<IScopedStorage>();
+ builder.RegisterType<CurrentThread>().As<IThread>();
new DB4OBootstrapper().run();
}
}
thirdparty/commons/gorilla.infrastructure.dll
Binary file
thirdparty/commons/gorilla.utility.dll
Binary file