6 lines
151 B
C#
6 lines
151 B
C#
namespace MessengerApi.Configuration.Sources.Environment
|
|
{
|
|
public interface IEnvironmentConfigurationSource : IConfigurationSource
|
|
{
|
|
}
|
|
} |