refactor: move class to correct namespace

This commit is contained in:
Polianin Nikita 2024-05-29 04:05:18 +03:00
parent e1123cf36b
commit 3149f50586

View File

@ -1,8 +1,9 @@
using System.Buffers.Text;
using Konscious.Security.Cryptography;
using System;
using System.Buffers.Text;
using System.Text;
using Konscious.Security.Cryptography;
namespace Security;
namespace Mirea.Api.Security;
public class PasswordHashService
{