15 lines
292 B
C#
15 lines
292 B
C#
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using ScrewTurn.Wiki.AclEngine;
|
|
|
|
namespace ScrewTurn.Wiki.PluginFramework {
|
|
|
|
/// <summary>
|
|
/// Implements a standard ACL Manager.
|
|
/// </summary>
|
|
public class StandardAclManager : AclManagerBase {
|
|
}
|
|
|
|
}
|