Sfoglia il codice sorgente

remove unused file.

master
yangxiaodong 7 anni fa
parent
commit
69c69f4c6f
1 ha cambiato i file con 0 aggiunte e 13 eliminazioni
  1. +0
    -13
      src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs

+ 0
- 13
src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs Vedi File

@@ -1,13 +0,0 @@
using System;
using System.Collections.Generic;

namespace DotNetCore.CAP.Dashboard.Monitoring
{
public class StateHistoryDto
{
public string StateName { get; set; }
public string Reason { get; set; }
public DateTime CreatedAt { get; set; }
public IDictionary<string, string> Data { get; set; }
}
}

Caricamento…
Annulla
Salva