Activity moderated

This commit is contained in:
Paul Schneider 2026-07-04 17:11:07 +01:00
commit 742da7c3f0
6 changed files with 4942 additions and 30 deletions

View file

@ -43,6 +43,11 @@ namespace Yavsc.Models.Workflow
[Display(Name = "Photo")]
public string? Photo { get; set; }
/// <summary>
/// Moderated activity
/// </summary>
public bool Moderated { get; set; }
[InverseProperty("Context")]
[DisplayAttribute(Name = "Services liés")]
public List<Service> Services { get; set; }