Add foundation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
using Microsoft.Extensions.Hosting;
|
||||
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IConfigurationMonitor<TConfiguration> :
|
||||
IHostedService
|
||||
where TConfiguration :
|
||||
class;
|
||||
Reference in New Issue
Block a user