Skip to content

Commit

Permalink
Align naming
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersBallingPetersen committed Dec 18, 2024
1 parent 9a5c787 commit bdbe9b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Task StartRequestAggregatedMeasureDataOrchestrationAsync(
InitializeAggregatedMeasureDataProcessDto initializeProcessDto,
CancellationToken cancellationToken);

Task StartMeteredDataForMeasurementPointOrchestrationAsync(
Task StartForwardMeteredDataForMeasurementPointOrchestrationAsync(
InitializeMeteredDataForMeasurementPointMessageProcessDto initializeProcessDto,
CancellationToken cancellationToken);
}
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public async Task StartRequestAggregatedMeasureDataOrchestrationAsync(
await Task.WhenAll(startProcessTasks).ConfigureAwait(false);
}

public async Task StartMeteredDataForMeasurementPointOrchestrationAsync(
public async Task StartForwardMeteredDataForMeasurementPointOrchestrationAsync(
InitializeMeteredDataForMeasurementPointMessageProcessDto initializeProcessDto,
CancellationToken cancellationToken)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

using Energinet.DataHub.EDI.BuildingBlocks.Infrastructure.FeatureFlag;
using Energinet.DataHub.EDI.BuildingBlocks.Interfaces;
using Energinet.DataHub.EDI.Process.Application.Transactions.AggregatedMeasureData;
using Energinet.DataHub.EDI.Process.Domain.Transactions;
using Energinet.DataHub.EDI.Process.Interfaces;
using MediatR;

Expand Down

0 comments on commit bdbe9b1

Please sign in to comment.