Ejemplo n.º 1
0
 protected OrderThread(OrderThreadState state)
 {
     State    = state;
     Interval = InitInterval;
 }
Ejemplo n.º 2
0
 public ThreadDTO(OrderThread thread)
 {
     Id       = thread.Id;
     Interval = thread.Interval;
     State    = thread.State;
 }