addNamespace("Service.UserControle.Product");
Service.UserControle.Product.ucListbyCate_class = Class.create();
Service.UserControle.Product.ucListbyCate_class.prototype = (new AjaxPro.Request()).extend({
	ShoppingStr: function(sId, callback) {
		return this.invoke("ShoppingStr", {"sId":sId}, callback);
	},
	Check_IdPro_Exit: function(IdList, IdPro, callback) {
		return this.invoke("Check_IdPro_Exit", {"IdList":IdList, "IdPro":IdPro}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Service.UserControle.Product.ucListbyCate,App_Web_vma9xxri.ashx";
	}
})
Service.UserControle.Product.ucListbyCate = new Service.UserControle.Product.ucListbyCate_class();

