Sistemazioni grafiche

This commit is contained in:
2025-09-12 09:32:34 +02:00
parent 85f19acda6
commit b798b01da0
6 changed files with 19 additions and 9 deletions

View File

@@ -14,4 +14,6 @@ public class UserPageState
public StbUser? Agente { get; set; }
public Dictionary<string, List<CRMJobStepDTO>?> Steps { get; set; }
public List<ActivityDTO> Activitys { get; set; }
public int ActiveTab { get; set; }
}