protected OrderThread(OrderThreadState state) { State = state; Interval = InitInterval; }
public ThreadDTO(OrderThread thread) { Id = thread.Id; Interval = thread.Interval; State = thread.State; }