Exploration des activités
This commit is contained in:
parent
2a8a4fc4a4
commit
7b92745153
20 changed files with 743 additions and 61 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue