forked from ddrilling/AsbCloudServer
Удаление прав на просмотр отчета по удержанию в клиньях
This commit is contained in:
parent
771ba06a6f
commit
cf5b1eea25
@ -34,7 +34,6 @@ namespace AsbCloudWebApi.Controllers
|
|||||||
/// <param name="token"> Токен отмены задачи </param>
|
/// <param name="token"> Токен отмены задачи </param>
|
||||||
/// <returns>Список бурильщиков</returns>
|
/// <returns>Список бурильщиков</returns>
|
||||||
[HttpGet]
|
[HttpGet]
|
||||||
[Permission]
|
|
||||||
[ProducesResponseType(typeof(IEnumerable<SlipsStatDto>), (int)System.Net.HttpStatusCode.OK)]
|
[ProducesResponseType(typeof(IEnumerable<SlipsStatDto>), (int)System.Net.HttpStatusCode.OK)]
|
||||||
public async Task<IActionResult> GetAllAsync(
|
public async Task<IActionResult> GetAllAsync(
|
||||||
[FromQuery] OperationStatRequest request,
|
[FromQuery] OperationStatRequest request,
|
||||||
|
Loading…
Reference in New Issue
Block a user