added stub class for Permission subsystem

This commit is contained in:
Kai Jan Kriegel 2020-11-12 10:08:36 +01:00
parent 8035f8b1bd
commit d219163f7b

View 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 {
}
}