Add functionality to list roles and fetch the usercount inside that role
closes: #1
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user