Ejemplo n.º 1
0
        public IActionResult GetAllMerchantYacht(int id)
        {
            var result = _yachtService.GetAllMerchantYacht(id);

            return(Ok(result));
        }