New: Send Notifications to all users in a role and exchange url and user info...

Issue: Diplomarbeit-Absolventenverein/oqtane.framework#2
This commit is contained in:
2025-10-16 07:35:01 +02:00
parent e1e05eea9b
commit 515bac1455
15 changed files with 360 additions and 25 deletions

View File

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