mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-30 17:30:40 +00:00
10 lines
257 B
C#
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
|
|
{
|
|
}
|