2021-11-24 15:49:25 +01:00
|
|
|
//using zero.Core;
|
|
|
|
|
//using zero.Core.Identity;
|
2020-08-31 11:48:05 +02:00
|
|
|
|
2021-11-24 15:49:25 +01:00
|
|
|
//namespace zero.Web.Defaults
|
|
|
|
|
//{
|
|
|
|
|
// public class ModulePermissions : PermissionCollection
|
|
|
|
|
// {
|
|
|
|
|
// public ModulePermissions()
|
|
|
|
|
// {
|
|
|
|
|
// Alias = Constants.PermissionCollections.Modules;
|
|
|
|
|
// Label = "@permission.collections.modules";
|
|
|
|
|
// Description = "@permission.collections.modules_description";
|
2020-08-31 11:48:05 +02:00
|
|
|
|
2021-11-24 15:49:25 +01:00
|
|
|
// // Items get added at runtime
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
//}
|