mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-18 23:39:29 +00:00
Dependency Injection extensions
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.Extensions.Options;
|
||||
|
||||
namespace System.Extensions.Configuration
|
||||
{
|
||||
public interface ILiveOptions<T> : IOptions<T>
|
||||
where T : class
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user