Ejemplo n.º 1
0
 //创建管理员
 public int AddAdmin(string adminName, string password)
 {
     return(aid.AddAdmin(adminName, password));
 }