Exemple #1
0
 public static void DeleteUserById(int Id)
 {
     #region 根据用户Id删除用户
     UserServer.DeleteUserById(Id);
     #endregion
 }