Beispiel #1
0
 public bool ChangeAdmin(int id, string name, string pwd)
 {
     return(std.ChangeAdmin(id, name, pwd));
 }