示例#1
0
 public static bool DeleteUserRole(int roleId)
 {
     return(AuthBL.DeleteUserRole(roleId));
 }