Пример #1
0
 public SupportProvider(ISupportService supportService,
     IStoreContext storeContext,
     SupportObjectContext objectContext,
     ICacheManager cacheManager)
 {
     this._supportService = supportService;
     this._storeContext = storeContext;
     this._objectContext = objectContext;
     this._cacheManager = cacheManager;
 }
Пример #2
0
 public SupportProvider(ISupportService supportService,
                        IStoreContext storeContext,
                        SupportObjectContext objectContext,
                        ICacheManager cacheManager)
 {
     this._supportService = supportService;
     this._storeContext   = storeContext;
     this._objectContext  = objectContext;
     this._cacheManager   = cacheManager;
 }