Exemplo n.º 1
0
 public RelativeOrderItem After(RelativeOrderItem other)
 {
     predecessors.Add(other);
     return(this);
 }
Exemplo n.º 2
0
 public RelativeOrderItem Before(RelativeOrderItem other)
 {
     ancessors.Add(other);
     return(this);
 }