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

8 lines
125 B
C#

namespace RIZO.Server.IConfiguration
{
public interface IConfiguration
{
string Read(string key);
}
}