DocSpace-buildtools/common/services/ASC.ElasticSearch/Core/State.cs

8 lines
156 B
C#
Raw Normal View History

namespace ASC.ElasticSearch.Core;
public class State
2020-01-24 13:07:51 +00:00
{
public string Indexing { get; set; }
public DateTime? LastIndexed { get; set; }
2020-01-24 13:07:51 +00:00
}