borepin/FabAccessAPI/Permissions.cs
Kai Jan Kriegel 7cd285bb85 api lib v0.1
2020-12-19 21:04:17 +01:00

14 lines
372 B
C#

using System;
using System.Collections.Generic;
using System.Text;
//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
}
}