borepin/FabAccessAPI/Permissions.cs

10 lines
321 B
C#
Raw Normal View History

2021-09-07 23:00:48 +02:00
////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
// }
//}