Exemple #1
0
 public GGalaxyLocalStorageCache(IGGalaxyRepository repository)
     : base(repository)
 {
 }
Exemple #2
0
 public GGalaxyService(IGGalaxyRepository igGalaxyRepository,
                       IGGalaxyLocalStorageCache gGalaxyCache)
 {
     _igGalaxyRepository = igGalaxyRepository;
     _gGalaxyCache       = gGalaxyCache;
 }