addNamespace("LanYu.Org.BLL");
LanYu.Org.BLL.CollectionAjax_class = function() {};
Object.extend(LanYu.Org.BLL.CollectionAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Add: function(collName, oid, url, type) {
		return this.invoke("Add", {"collName":collName, "oid":oid, "url":url, "type":type}, this.Add.getArguments().slice(4));
	},
	url: '/ajaxpro/LanYu.Org.BLL.CollectionAjax,BLL.ashx'
}));
LanYu.Org.BLL.CollectionAjax = new LanYu.Org.BLL.CollectionAjax_class();

