8 lines
127 B
C#
8 lines
127 B
C#
|
|
namespace RIZO.Server.IConfiguration
|
|||
|
|
{
|
|||
|
|
public interface IUtils
|
|||
|
|
{
|
|||
|
|
string GetMD5Str(string inputStr);
|
|||
|
|
}
|
|||
|
|
}
|