Exemplo n.º 1
0
 public static List <string> GetObjectTree(this CslaObjectInfo info)
 {
     return(info.FindAncestor().GetDescendants());
 }