addNamespace("HXKYSJY");
HXKYSJY.AjaxMethod_class = Class.create();
HXKYSJY.AjaxMethod_class.prototype = (new AjaxPro.Request()).extend({
	GetPhotoList: function(iCategoryID, callback) {
		return this.invoke("GetPhotoList", {"iCategoryID":iCategoryID}, callback);
	},
	GetPhotoInfo: function(id, callback) {
		return this.invoke("GetPhotoInfo", {"id":id}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/HXKYSJY.AjaxMethod,HXKYSJY.ashx";
	}
})
HXKYSJY.AjaxMethod = new HXKYSJY.AjaxMethod_class();

