mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-30 17:30:40 +00:00
Managers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Esiur.Security.Management;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Esiur.Resource;
|
||||
|
||||
/// <summary>
|
||||
/// Optional trusted creation context that binds registered managers to a resource.
|
||||
/// Keeping this separate from <see cref="IResourceContext"/> preserves compatibility
|
||||
/// with existing context implementations.
|
||||
/// </summary>
|
||||
public interface IResourceManagersContext
|
||||
{
|
||||
IReadOnlyList<IResourceManager> ResourceManagers { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user