예제 #1
0
 public void InsertNewBranch(int BranchID, int PrarentBranchID, string branchName)
 {
     DSBranchTableAdapters.BranchTableAdapter helper = new DSBranchTableAdapters.BranchTableAdapter();
     helper.InsertNewBranch(BranchID, PrarentBranchID, branchName);
 }