forked from ddrilling/AsbCloudServer
rename WellOperationController.GetAllAsync(..) to GetOperationsAsync(..)
This commit is contained in:
parent
154426a5fb
commit
a685418cf0
@ -54,7 +54,7 @@ namespace AsbCloudWebApi.Controllers
|
|||||||
/// <returns>Список операций на скважине в контейнере для постраничного просмотра</returns>
|
/// <returns>Список операций на скважине в контейнере для постраничного просмотра</returns>
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
[ProducesResponseType(typeof(PaginationContainer<WellOperationDto>), (int)System.Net.HttpStatusCode.OK)]
|
[ProducesResponseType(typeof(PaginationContainer<WellOperationDto>), (int)System.Net.HttpStatusCode.OK)]
|
||||||
public async Task<IActionResult> GetAllAsync(
|
public async Task<IActionResult> GetOperationsAsync(
|
||||||
int idWell,
|
int idWell,
|
||||||
int? opertaionType = default,
|
int? opertaionType = default,
|
||||||
[FromQuery] IEnumerable<int> sectionTypeIds = default,
|
[FromQuery] IEnumerable<int> sectionTypeIds = default,
|
||||||
|
Loading…
Reference in New Issue
Block a user