This commit is contained in:
KharchenkoVV 2021-08-19 10:42:22 +05:00
commit 5a4f3dab2c

View File

@ -54,7 +54,7 @@ namespace AsbCloudWebApi.Controllers
/// <returns>Список операций на скважине в контейнере для постраничного просмотра</returns>
[HttpGet]
[ProducesResponseType(typeof(PaginationContainer<WellOperationDto>), (int)System.Net.HttpStatusCode.OK)]
public async Task<IActionResult> GetAllAsync(
public async Task<IActionResult> GetOperationsAsync(
int idWell,
int? opertaionType = default,
[FromQuery] IEnumerable<int> sectionTypeIds = default,