aktueller stand

This commit is contained in:
Meik
2026-02-12 16:15:06 +01:00
parent 493e671b9f
commit abbce22aa9
17 changed files with 2220 additions and 1321 deletions

View File

@@ -1,17 +0,0 @@
using System;
namespace FasdCockpitCommunicationDemo
{
public class TicketOverviewRelationDefinition
{
public Guid TicketId { get; set; }
public Guid UserId { get; set; }
public string DisplayName { get; set; }
public string ActivityType { get; set; }
public string Summary { get; set; }
public string StatusId { get; set; }
public string UserDisplayName { get; set; }
public string UserAccount { get; set; }
public string UserDomain { get; set; }
}
}