Add functionality to list roles and fetch the usercount inside that role

closes: #1
This commit is contained in:
2025-10-15 13:13:34 +02:00
parent 2c3df4c338
commit e1e05eea9b
5 changed files with 84 additions and 25 deletions

View File

@@ -11,5 +11,6 @@ namespace SZUAbsolventenverein.Module.AdminModules.Models
public int ModuleId { get; set; }
public Role Role { get; set; }
public string Content { get; set; }
public int UserCount { get; set; }
}
}