Exemplo n.º 1
0
        public IActionResult GetRedisCacheYacht(string hashKey, string key, string yachtFId)
        {
            var result = _redisCacheService.GetRedisCacheYacht(hashKey, key, yachtFId);

            return(Ok(result));
        }