예제 #1
0
 public bool EditRoleDepts(string roleID, List <string> newDeptList)
 {
     return(roleDAL.EditRoleDepts(roleID, newDeptList));
 }