Пример #1
0
 public UMotherJumpService(IStoreService storeService,
                           IUMotherJumpLocalStorageCache motherJumpCache, IUserMotherJumpRepository motherJumpRepo,
                           ISpriteImages spriteImages, ISystemService systemService, IGameTypeService gameTypeService,
                           IMothershipService mothershipService)
 {
     _storeService      = storeService;
     _motherJumpCache   = motherJumpCache;
     _motherJumpRepo    = motherJumpRepo;
     _spriteImages      = spriteImages;
     _systemService     = systemService;
     _gameTypeService   = gameTypeService;
     _mothershipService = mothershipService;
 }
 public UMotherJumpLocalStorageCache(IUserMotherJumpRepository repository)
     : base(repository)
 {
 }