addNamespace("LanYu.Org.BLL");
LanYu.Org.BLL.RegisterAjax_class = function() {};
Object.extend(LanYu.Org.BLL.RegisterAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Register: function(userName, password, email, pro_id, city_id, company_name, mamagearea, addr, post, contact, tel, qq) {
		return this.invoke("Register", {"userName":userName, "password":password, "email":email, "pro_id":pro_id, "city_id":city_id, "company_name":company_name, "mamagearea":mamagearea, "addr":addr, "post":post, "contact":contact, "tel":tel, "qq":qq}, this.Register.getArguments().slice(12));
	},
	url: '/ajaxpro/LanYu.Org.BLL.RegisterAjax,BLL.ashx'
}));
LanYu.Org.BLL.RegisterAjax = new LanYu.Org.BLL.RegisterAjax_class();

