コード例 #1
0
        private async Task BulkInsertAsync()
        {
            // todo: 処理したファイルの記録がたぶん必要

            await MatchEntryPlayerHistoryRepository.InsertAsync();

            await MatchExecutionHistoryRepository.InsertAsync();

            await MatchExitPlayerHistoryRepository.InsertAsync();

            await MatchStartPlayerHistoryRepository.InsertAsync();
        }
コード例 #2
0
        private async Task InsertAsync()
        {
            await DamageHistoryRepository.InsertAsync();

            await GetHaroHistoryRepository.InsertAsync();

            await KillHistoryRepository.InsertAsync();

            await MatchEntryPlayerHistoryRepository.InsertAsync();

            await MatchExecutionHistoryRepository.InsertAsync();

            await MatchExitPlayerHistoryRepository.InsertAsync();

            await MatchUseArmedHistoryRepository.InsertAsync();

            await MatchUseUnitHistoryRepository.InsertAsync();

            await PlayerRecordHistoryRepository.InsertAsync();

            await UseCustomItemHistoryRepository.InsertAsync();
        }