Example #1
0
 public XbrlNodeCollection GetXbrlNodesWithParent(string node)
 {
     return(_dao.GetXbrlNodesWithParent(node));
 }