if(typeof SenediWeb == "undefined") SenediWeb={};
if(typeof SenediWeb.AjaxProCall_class == "undefined") SenediWeb.AjaxProCall_class={};
SenediWeb.AjaxProCall_class = function() {};
Object.extend(SenediWeb.AjaxProCall_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ResetChildDropDown: function(valueParam, _dropDownAjaxProMethod) {
		return this.invoke("ResetChildDropDown", {"valueParam":valueParam, "_dropDownAjaxProMethod":_dropDownAjaxProMethod}, this.ResetChildDropDown.getArguments().slice(2));
	},
	ResetChildDropDownLocation: function(valueParam, busOperatorId, _dropDownAjaxProMethod) {
		return this.invoke("ResetChildDropDownLocation", {"valueParam":valueParam, "busOperatorId":busOperatorId, "_dropDownAjaxProMethod":_dropDownAjaxProMethod}, this.ResetChildDropDownLocation.getArguments().slice(3));
	},
	url: '/ajaxpro/SenediWeb.AjaxProCall,SenediWeb.ashx'
}));
SenediWeb.AjaxProCall = new SenediWeb.AjaxProCall_class();

