예제 #1
0
 private static void RegisterShopObjects(IContainer container, bool singletonDecorators)
 {
     ShopIocModule.Load <DoNothingBilledPaymentPdfBuilder>(container, singletonDecorators);
 }
예제 #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);
 }