예제 #1
0
 public int DeleteRoleList(List <int> ids)
 {
     return(roleDal.DeleteRoleList(ids));
 }