mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 22:29:28 +00:00
Dependency Injection extensions
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
namespace System.Extensions.Configuration
|
||||
{
|
||||
public interface ILiveUpdateableOptions<T> : ILiveOptions<T>, IUpdateableOptions<T>
|
||||
where T : class
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user