addNamespace("_6SNS.Shop");
_6SNS.Shop.Profession_class = Class.create();
_6SNS.Shop.Profession_class.prototype = (new AjaxPro.Request()).extend({
	InitAllProducts: function(type1, type2, type3, type4, nPageSize, nCurrentPage, notInIDs, isOld, strKey, callback) {
		return this.invoke("InitAllProducts", {"type1":type1, "type2":type2, "type3":type3, "type4":type4, "nPageSize":nPageSize, "nCurrentPage":nCurrentPage, "notInIDs":notInIDs, "isOld":isOld, "strKey":strKey}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.Shop.Profession,6SNS.ashx";
	}
})
_6SNS.Shop.Profession = new _6SNS.Shop.Profession_class();

