8 lines
127 B
C#
Raw Normal View History

2025-04-01 13:41:50 +08:00
namespace RIZO.Server.IConfiguration
{
public interface IUtils
{
string GetMD5Str(string inputStr);
}
}