mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-07-31 01:40:42 +00:00
AES
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user