public ChronokeeperServiceMob(ChronokeeperService chronokeeperService) { this.chronokeeperService = chronokeeperService; }
public AccountCreationServiceImpl(ChronokeeperService chronokeeperService, CacheStore<Guid, Account> accountCacheStore) { this.chronokeeperService = chronokeeperService; this.accountCacheStore = accountCacheStore; }
public ClientLogImportingServiceImpl(ChronokeeperService chronokeeperService, CacheStore<Guid, ClientLog> clientLogCacheStore, ZipArchiveToMapConverter zipArchiveToMapConverter) { this.chronokeeperService = chronokeeperService; this.clientLogCacheStore = clientLogCacheStore; this.zipArchiveToMapConverter = zipArchiveToMapConverter; }