예제 #1
0
 public void AddDept(string deptID, string roleID)
 {
     roleDAL.AddDept(deptID, roleID);
 }