addNamespace("CLDLstRegion");
CLDLstRegion_class = Class.create();
CLDLstRegion_class.prototype = (new AjaxPro.Request()).extend({
	CLDLstRegionsByRegionCode: function(inRegionCode, callback) {
		return this.invoke("CLDLstRegionsByRegionCode", {"inRegionCode":inRegionCode}, callback);
	},
	initialize: function() {
		this.url = "/CLDOEMService/ajaxpro/CLDLstRegion,App_Code.ashx";
	}
})
CLDLstRegion = new CLDLstRegion_class();

