mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-05-04 09:42:51 +08:00
8 lines
173 B
C#
8 lines
173 B
C#
namespace Ocelot.Library.Infrastructure.Configuration
|
|
{
|
|
public interface IConfigurationReader
|
|
{
|
|
Configuration Read(string configurationFilePath);
|
|
}
|
|
}
|