예제 #1
0
 public DataTable GetRootBranch()
 {
     DSBranchTableAdapters.BranchTableAdapter helper = new DSBranchTableAdapters.BranchTableAdapter();
     return(helper.GetRootBranch());
 }