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