Cancellazione attività
This commit is contained in:
@@ -9,6 +9,8 @@ public class ActivityDTO : StbActivity
|
||||
public string? Cliente { get; set; }
|
||||
public ActivityCategoryEnum Category { get; set; }
|
||||
public bool Complete { get; set; }
|
||||
|
||||
public bool Deleted { get; set; }
|
||||
|
||||
public ActivityDTO Clone()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user