diff --git a/AsbCloudInfrastructure/Services/WellSectionService.cs b/AsbCloudInfrastructure/Services/WellSectionService.cs index a3a26a06..979d3fba 100644 --- a/AsbCloudInfrastructure/Services/WellSectionService.cs +++ b/AsbCloudInfrastructure/Services/WellSectionService.cs @@ -106,7 +106,7 @@ namespace AsbCloudInfrastructure.Services dtos.Add(dto); } - return dtos; + return dtos.OrderBy(d => d.WellDepthPlan); } public async Task GetSectionByWellIdAsync(int id, CancellationToken token = default)