Exemplo n.º 1
0
 public virtual bool IsOffspring(Task task)
 {
     return task.IsAncestor(this);
 }