aktueller Stand
This commit is contained in:
@@ -45,12 +45,11 @@ namespace FasdCockpitCommunicationDemo
|
||||
public DateTime? ClosingDate { get; set; }
|
||||
public enumTicketCreationSource CreationSource { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
public string DescriptionHtml { get; set; }
|
||||
public int Priority { get; set; }
|
||||
public string Classification { get; set; } //todo: replace with enum
|
||||
public string Category { get; set; } //todo: replace with tree structure
|
||||
public string Solution { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string DescriptionHtml { get; set; }
|
||||
public int Priority { get; set; }
|
||||
public string Category { get; set; } //todo: replace with tree structure
|
||||
public string Solution { get; set; }
|
||||
public string SolutionHtml { get; set; }
|
||||
public Dictionary<string, string> DirectLinks { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user