Example #1
0
 public GSectorsLocalStorageCache(IGSectorsRepository repository)
     : base(repository)
 {
 }
Example #2
0
 public GSectorsService(IGSectorsRepository sectorsRepo,
                        IGSectorsLocalStorageCache sectorsCache)
 {
     _sectorsRepo  = sectorsRepo;
     _sectorsCache = sectorsCache;
 }