//管理员登录 public static SqlDataReader Admin_Login(string name, string pwd) { return(ManagerService.Admin_Login(name, pwd)); }