Exemple #1
0
        public async Task <IActionResult> GetBrands()
        {
            var result = await _otherService.GetBrandsAsync();

            return(Ok(result));
        }