Activity moderated
This commit is contained in:
parent
90dfe9c13f
commit
742da7c3f0
6 changed files with 4942 additions and 30 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue