addNamespace("Localmation.CRM.Components.BusApp.LocalmationApp");
Localmation.CRM.Components.BusApp.LocalmationApp.Index_App_class = Class.create();
Object.extend(Localmation.CRM.Components.BusApp.LocalmationApp.Index_App_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetIndexDirectoryContent: function(AreaCode, Parent_Id) {
		return this.invoke("GetIndexDirectoryContent", {"AreaCode":AreaCode, "Parent_Id":Parent_Id}, this.GetIndexDirectoryContent.getArguments().slice(2));
	},
	Local_HidContentAdd: function(LocalmationID, HidCategoryId) {
		return this.invoke("Local_HidContentAdd", {"LocalmationID":LocalmationID, "HidCategoryId":HidCategoryId}, this.Local_HidContentAdd.getArguments().slice(2));
	},
	Localmation_HidContentDelete: function(LocalmationID) {
		return this.invoke("Localmation_HidContentDelete", {"LocalmationID":LocalmationID}, this.Localmation_HidContentDelete.getArguments().slice(1));
	},
	initialize: function() {
		this.url = '/ajaxpro/Localmation.CRM.Components.BusApp.LocalmationApp.Index_App,EesyWeb.Components.ashx';
	}
}));
Localmation.CRM.Components.BusApp.LocalmationApp.Index_App = new Localmation.CRM.Components.BusApp.LocalmationApp.Index_App_class();


