示例#1
0
 public static int DeleteUser(int id)
 {
     return(UserProxy.DeleteUser(id));
 }