Commit 9166f2b8 authored by yangxiaodong's avatar yangxiaodong

remove api.

parent b57102d1
......@@ -71,13 +71,7 @@ _options.Schema);
return UseConnection(connection =>
GetHourlyTimelineStats(connection, "succeeded"));
}
public IList<SubscriberDto> Subscribers()
{
// MethodMatcherCache
return new List<SubscriberDto>();
}
public IDictionary<DateTime, int> SucceededByDatesCount()
{
return new Dictionary<DateTime, int>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment