Удаление прав на просмотр отчета по удержанию в клиньях

This commit is contained in:
Olga Nemt 2023-10-05 17:46:39 +05:00
parent 771ba06a6f
commit cf5b1eea25

View File

@ -34,7 +34,6 @@ namespace AsbCloudWebApi.Controllers
/// <param name="token"> Токен отмены задачи </param>
/// <returns>Список бурильщиков</returns>
[HttpGet]
[Permission]
[ProducesResponseType(typeof(IEnumerable<SlipsStatDto>), (int)System.Net.HttpStatusCode.OK)]
public async Task<IActionResult> GetAllAsync(
[FromQuery] OperationStatRequest request,