示例#1
0
 public int DeleteUserRoleByUserID(int UserID)
 {
     return(AdminUserDAL.DeleteUserRoleByUserID(UserID));
 }