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