public override void Fill() { _myPlacesCache = MyPlacesReposidory.GetCache(PageContext != null?PageContext.User.GlobalId:(Guid?)null); CollectionChangedEventManager.AddListener(_myPlacesCache, this); FillItems(); }
protected override Common.ObjectsCacheBase <MyPlaceDTO> GetCache() { return(MyPlacesReposidory.GetCache(null)); }