//*****modified by hoangle 10-10-2019
        //*****next modified by
        public IActionResult GetYachtCharterCartStorageDetail(string hashKey, string key, string yachtFId)
        {
            var result = _yachtService.GetRedisCartStorageDetail(hashKey, key, yachtFId);

            return(Ok(result));
        }