Exemplo n.º 1
0
 public TreeGirdController()
 {
     _service = new TreeNodeService();
 }
 public EasyUITreeHelper()
 {
     _service = new TreeNodeService();
 }
Exemplo n.º 3
0
 public TreeNodeServiceTest()
 {
     _treeNodeService = new TreeNodeService();
 }
 public EasyUITreeHelper()
 {
     _service = new TreeNodeService();
 }
 public TreeGirdController()
 {
     _service = new TreeNodeService();
 }