Files
esiur-dotnet/Libraries/Esiur/Security/Management/IResourceManager.cs
T
2026-07-14 17:26:51 +03:00

10 lines
257 B
C#

namespace Esiur.Security.Management;
/// <summary>
/// Identifies a manager that participates in resource operation processing.
/// Category interfaces add the behavior appropriate to each manager type.
/// </summary>
public interface IResourceManager
{
}