79771805

Date: 2025-09-22 15:52:18
Score: 0.5
Natty:
Report link
public static class AppRoles
{
    public const string Administrator = "Administrator";
    public const string Secretary = "Secretary";
    public const string Technician = "Technician";
}
@attribute [Authorize(Roles = AppRoles.Technician)]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Verbe