private static void RegisterShopObjects(IContainer container, bool singletonDecorators) { ShopIocModule.Load <DoNothingBilledPaymentPdfBuilder>(container, singletonDecorators); }
private static void RegisterShopObjects(IContainer container, bool singletonDecorators) { ShopIocModule.Load <DoNothingBilledPaymentPdfBuilder>(container, singletonDecorators); //container.Register<IShopUserService, Shared.PsaShopUserService>(reuse: Reuse.Singleton, ifAlreadyRegistered: IfAlreadyRegistered.Replace); }