ReportSystemUI accessible via Dependency Injection #10

Merged
Kocoder merged 8 commits from ReportSystem into main 2026-02-24 10:17:49 +00:00
3 changed files with 32 additions and 7 deletions
Showing only changes of commit 279624971b - Show all commits

View File

@@ -0,0 +1,8 @@
namespace SZUAbsolventenverein.Module.ReportSystem.Permissions
{
public class ReportSystemPermissionNames
{
public const string Report = "Report";
}
}