private async Task BulkInsertAsync() { // todo: 処理したファイルの記録がたぶん必要 await MatchEntryPlayerHistoryRepository.InsertAsync(); await MatchExecutionHistoryRepository.InsertAsync(); await MatchExitPlayerHistoryRepository.InsertAsync(); await MatchStartPlayerHistoryRepository.InsertAsync(); }
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(); }