mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
10 lines
303 B
C#
10 lines
303 B
C#
//This is where the permissions subsystem will live
|
|
namespace FabAccessAPI
|
|
{
|
|
public class Permissions {
|
|
#region Log
|
|
private static readonly log4net.ILog _Log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
|
|
#endregion
|
|
}
|
|
}
|