Преглед изворни кода

remove unused file.

master
yangxiaodong пре 7 година
родитељ
комит
69c69f4c6f
1 измењених фајлова са 0 додато и 13 уклоњено
  1. +0
    -13
      src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs

+ 0
- 13
src/DotNetCore.CAP/Dashboard/Monitoring/StateHistoryDto.cs Прегледај датотеку

@@ -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; }
}
}

Loading…
Откажи
Сачувај