//*****modified by hoangle 10-10-2019 //*****next modified by public IActionResult GetYachtAnyNew(int showAmount) { var result = _yachtService.GetYachtAnyNew(showAmount); return(Ok(result)); }