Exemple #1
0
        public async Task <IActionResult> GetAll(string productId)
        {
            var result = await _productImageService.GetAllImageAsync(productId);

            return(new OperationActionResult(result));
        }