From 9e3684b0ac50865ab63f29275d9b4ed4d2945a4b Mon Sep 17 00:00:00 2001 From: hhvrc Date: Mon, 30 Sep 2024 11:42:36 +0200 Subject: [PATCH] Move CryptoUtils to common solution --- {API => Common}/Utils/CryptoUtils.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {API => Common}/Utils/CryptoUtils.cs (100%) diff --git a/API/Utils/CryptoUtils.cs b/Common/Utils/CryptoUtils.cs similarity index 100% rename from API/Utils/CryptoUtils.cs rename to Common/Utils/CryptoUtils.cs