示例#1
0
 public ChangeNotificationController(IChangeNotificationManager changeNotificationManager)
 {
     _changeNotificationManager = changeNotificationManager;
 }
示例#2
0
 public MyPriceService(ICatalogSystem catalogSystem, IChangeNotificationManager changeManager, ISynchronizedObjectInstanceCache objectInstanceCache, CatalogKeyEventBroadcaster broadcaster, IApplicationContext applicationContext)
 {
     _marketService      = ServiceLocator.Current.GetInstance <IMarketService>();
     _referenceConverter = ServiceLocator.Current.GetInstance <ReferenceConverter>();
 }
        //OLD, not done will go away

        public MyPriceService(IChangeNotificationManager changeManager
                              , ISynchronizedObjectInstanceCache objectInstanceCache
                              , CatalogKeyEventBroadcaster broadcaster, EntryIdentityResolver entryIdentityResolver, IApplicationContext appContext)
            : base(changeManager, objectInstanceCache, broadcaster, appContext, entryIdentityResolver)
        {
        }
示例#4
0
 public MyPriceService(ICatalogSystem catalogSystem, IChangeNotificationManager changeManager, ISynchronizedObjectInstanceCache objectInstanceCache, CatalogKeyEventBroadcaster broadcaster, IApplicationContext applicationContext)
 {
     _marketService = ServiceLocator.Current.GetInstance<IMarketService>();
     _referenceConverter = ServiceLocator.Current.GetInstance<ReferenceConverter>();
 }