コード例 #1
0
        public async Task <IActionResult> RemoveLayerFromClientAsync(string clientId, string layerId)
        {
            await _assetConditionService.RemoveClientLayerAsync(clientId, layerId);

            return(NoContent());
        }