addNamespace("Yc.Web.Control");
Yc.Web.Control.ProjectSearch_class = Class.create();
Object.extend(Yc.Web.Control.ProjectSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetProfessionList: function() {
		return this.invoke("GetProfessionList", {}, this.GetProfessionList.getArguments().slice(0));
	},
	GetProvinceList: function() {
		return this.invoke("GetProvinceList", {}, this.GetProvinceList.getArguments().slice(0));
	},
	initialize: function() {
		this.url = '/ajaxpro/Yc.Web.Control.ProjectSearch,Yc.Web.ashx';
	}
}));
Yc.Web.Control.ProjectSearch = new Yc.Web.Control.ProjectSearch_class();


