forked from ddrilling/AsbCloudServer
CS2-64: Ordered returning dtos by DepthPlan value.
This commit is contained in:
parent
a0856fad25
commit
a2cb8071c8
@ -106,7 +106,7 @@ namespace AsbCloudInfrastructure.Services
|
|||||||
dtos.Add(dto);
|
dtos.Add(dto);
|
||||||
}
|
}
|
||||||
|
|
||||||
return dtos;
|
return dtos.OrderBy(d => d.WellDepthPlan);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task<WellSectionDto> GetSectionByWellIdAsync(int id, CancellationToken token = default)
|
public async Task<WellSectionDto> GetSectionByWellIdAsync(int id, CancellationToken token = default)
|
||||||
|
Loading…
Reference in New Issue
Block a user