forked from ddrilling/AsbCloudServer
Merge branch 'master' of https://bitbucket.org/frolovng/asbcloudserver
This commit is contained in:
commit
5a4f3dab2c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user