7 lines
No EOL
161 B
C#
7 lines
No EOL
161 B
C#
namespace PhoenixLib.Configuration
|
|
{
|
|
public interface IConfigurationPathProvider
|
|
{
|
|
string GetConfigurationPath(string configBlobName);
|
|
}
|
|
} |