Exploration des activités

This commit is contained in:
Paul Schneider 2026-08-31 02:14:04 +01:00
commit 7b92745153
Signed by: notazof
GPG key ID: 1DD5D838E5343B06
20 changed files with 743 additions and 61 deletions

View file

@ -6,6 +6,7 @@ namespace Yavsc.Abstract.Workflow;
public sealed class ActivityPerformerDto
{
public string PerformerId { get; set; } = string.Empty;
public bool HasPerformerProfile { get; set; }
public string UserName { get; set; } = string.Empty;
public bool Active { get; set; }
public bool AcceptNotifications { get; set; }