mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-04-20 18:36:31 +02:00
added stub class for Permission subsystem
This commit is contained in:
parent
8035f8b1bd
commit
d219163f7b
10
FabAccessAPI/Permissions.cs
Normal file
10
FabAccessAPI/Permissions.cs
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
|
||||||
|
//This is where the permissions subsystem will live
|
||||||
|
namespace FabAccessAPI {
|
||||||
|
class Permissions {
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user