Initial commit carried over from private repo. This is V2.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace MessengerApi.Configuration.Sources
|
||||
{
|
||||
public interface IConfigurationSource
|
||||
{
|
||||
bool HasKey(string key);
|
||||
|
||||
T GetValue<T>(string key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user