2025-04-01 13:41:50 +08:00

8 lines
127 B
C#

namespace RIZO.Server.IConfiguration
{
public interface IUtils
{
string GetMD5Str(string inputStr);
}
}